Backend Development with PHP and MySQL

Backend Development with PHP and MySQL

Professional Development

25 Qs

quiz-placeholder

Similar activities

The Secret Formula: SUHO QUIZ

The Secret Formula: SUHO QUIZ

Professional Development

20 Qs

Database Administration with SQL Pre-Assessment

Database Administration with SQL Pre-Assessment

Professional Development

21 Qs

National Audit Preparations

National Audit Preparations

Professional Development

25 Qs

OJET

OJET

Professional Development

20 Qs

CSA Payroll Review

CSA Payroll Review

Professional Development

20 Qs

PHP 7 Tarpinis (PHP)

PHP 7 Tarpinis (PHP)

Professional Development

27 Qs

IHG Breakfast excellence Part -2

IHG Breakfast excellence Part -2

Professional Development

20 Qs

Embedded Systems and Automation

Embedded Systems and Automation

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?