SQL Quiz 3

SQL Quiz 3

University

20 Qs

quiz-placeholder

Similar activities

RDBMS

RDBMS

University

15 Qs

IDM Sessional Test

IDM Sessional Test

University

15 Qs

MS Powerpoint

MS Powerpoint

University

16 Qs

DBMS LAB

DBMS LAB

University

20 Qs

Bab 5 Query MySQL

Bab 5 Query MySQL

University

19 Qs

DBMS Ex 1

DBMS Ex 1

University

15 Qs

Pranata Komputer 10

Pranata Komputer 10

University

20 Qs

6INFOMAN (Recitation)

6INFOMAN (Recitation)

University - Professional Development

20 Qs

SQL Quiz 3

SQL Quiz 3

Assessment

Quiz

Computers

University

Hard

Created by

Zhannat Akylbek

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL keyword is used to sort the result set?

ORDER BY

SORT

SORT BY

FILTER

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"?

SELECT * FROM Persons ORDER BY FirstName DESC;

SELECT * FROM Persons ORDER ON customer_name;

SELECT * FROM Persons ORDER customer_name;

SELECT * FROM Persons SORT BY 'FirstName' DESC;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how can you return the number of records in the "Persons" table?

SELECT COUNT(*) FROM Persons;

SELECT COLUMNS() FROM Persons;

SELECT COUNT() FROM Persons;

SELECT COLUMNS(*) FROM Persons;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement will select all rows from a table called "Customers" and orders the result by "customer name"?

SELECT * FROM Customers ORDER BY customer_name;

SELECT * FROM Customers ORDER ON customer_name;

SELECT * FROM Customers ORDER customer_name;

SELECT * FROM Customers ORDERED customer_name;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are the five built-in aggregate functions provided by SQL?

COUNT, SUM, AVG, MAX, MIN

SUM, AVG, MIN, MAX, MULT

SUM, AVG, MULT, DIV, MIN

SUM, AVG, MIN, MAX, NAME

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct order of keywords in a SELECT statement

HAVING, GROUP BY, ORDER BY

HAVING, ORDER BY, GROUP BY

GROUP BY, HAVING, ORDER BY

GROUP BY, ORDER BY, HAVING

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ... operator compares the value of the attribute to each value returned by the subquery. This keyword (which must follow a comparison operator) returns TRUE if the comparison is TRUE for any of the values in the column that the subquery returns.

ANY

ALL

EXISTS

AT LEAST

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?