Backend Development with PHP and MySQL

Backend Development with PHP and MySQL

Professional Development

25 Qs

quiz-placeholder

Similar activities

IMS Awareness

IMS Awareness

Professional Development

25 Qs

Premium test

Premium test

Professional Development

20 Qs

Lekhaseva

Lekhaseva

Professional Development

20 Qs

Quiz #1 Back-End

Quiz #1 Back-End

Professional Development

20 Qs

PWS GCQ Night

PWS GCQ Night

Professional Development

20 Qs

Travel Incentives 2022

Travel Incentives 2022

Professional Development

21 Qs

Accounting for Partnership firms:Fundamentals

Accounting for Partnership firms:Fundamentals

12th Grade - Professional Development

20 Qs

Wipro_Talent Transformation-Quiz

Wipro_Talent Transformation-Quiz

Professional Development

20 Qs

Backend Development with PHP and MySQL

Backend Development with PHP and MySQL

Assessment

Quiz

Other

Professional Development

Hard

Created by

041_CSE1_Aryan Raj

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid SQL type?

NUMERIC

DECIMAL

CHARACTER

FLOAT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following SQL statement selects only unique values from ‘section’ column of table ‘school’?

SELECT section FROM school;

SELECT DISTINCT section FROM school;

SELECT * FROM school;

SELECT ALL section FROM school;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many Primary keys can have in a table?

Only 1

Only 2

Depends on no of Columns

Depends on DBA

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid aggregate function?

COUNT

COMPUTE

SUM

MAX

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we have not specified ASC or DESC after a SQL ORDER BY clause, the following is used by default

DESC

ASC

There is no default value

None of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the wildcard in a WHERE clause is useful?

When an exact match is required in a SELECT statement.

When an exact match is not possible in a SELECT statement.

When an exact match is required in a CREATE statement.

When an exact match is not possible in a CREATE statement.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ is NOT a type of constraint in SQL language?

FOREIGN KEY

PRIMARY KEY

UNIQUE

ALTERNATE KEY

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?