Backend Development with PHP and MySQL

Backend Development with PHP and MySQL

Professional Development

25 Qs

quiz-placeholder

Similar activities

Mocha Iced/Float CREW

Mocha Iced/Float CREW

Professional Development

20 Qs

Day 3 - Quizz

Day 3 - Quizz

Professional Development

26 Qs

Dan paquiz

Dan paquiz

Professional Development

20 Qs

Quiz - Data Analytic Projects

Quiz - Data Analytic Projects

Professional Development

20 Qs

2025 Logical test

2025 Logical test

Professional Development

30 Qs

Frontend Assignment

Frontend Assignment

Professional Development

20 Qs

การใช้งานPHPMyAdmin

การใช้งานPHPMyAdmin

Professional Development

30 Qs

ACC online exam

ACC online exam

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?