Backend Development with PHP and MySQL

Backend Development with PHP and MySQL

Professional Development

25 Qs

quiz-placeholder

Similar activities

2025 Logical test

2025 Logical test

Professional Development

30 Qs

Class XII Accountancy Partnership Quiz

Class XII Accountancy Partnership Quiz

12th Grade - Professional Development

20 Qs

Co wypisze program?

Co wypisze program?

Professional Development

20 Qs

AutoCAD Coordinate System

AutoCAD Coordinate System

7th Grade - Professional Development

20 Qs

SQL Quiz session -1

SQL Quiz session -1

Professional Development

20 Qs

Woodwork Saws

Woodwork Saws

3rd Grade - Professional Development

20 Qs

Income from Salary Part 2

Income from Salary Part 2

Professional Development

30 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?