CFT SQL Final Practice

CFT SQL Final Practice

12th Grade

25 Qs

quiz-placeholder

Similar activities

HKDSE 資訊及通訊科技科 試算表及數據庫

HKDSE 資訊及通訊科技科 試算表及數據庫

10th - 12th Grade

23 Qs

Quiz Basis Data (Query)

Quiz Basis Data (Query)

9th - 12th Grade

20 Qs

CLASS XI - MYSQL QUIZ

CLASS XI - MYSQL QUIZ

11th - 12th Grade

20 Qs

SQL Quiz

SQL Quiz

12th Grade

20 Qs

My SQL- DDL

My SQL- DDL

11th Grade - Professional Development

20 Qs

LATIHAN SOAL BASIS DATA JOIN

LATIHAN SOAL BASIS DATA JOIN

12th Grade

30 Qs

Database Management System Quiz

Database Management System Quiz

12th Grade

20 Qs

G9_Quiz1_2024_Database

G9_Quiz1_2024_Database

9th - 12th Grade

22 Qs

CFT SQL Final Practice

CFT SQL Final Practice

Assessment

Quiz

Computers

12th Grade

Medium

Created by

David Turner

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL command is used to select data from a table?

FROM

SELECT

WHERE

ORDER BY

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL clause specifies the table(s) from which to retrieve data?

SELECT

FROM

WHERE

GROUP BY

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL clause is used to filter data based on a specific condition?

FROM

SELECT

WHERE

GROUP BY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL clause is used to sort the result set in ascending or descending order?

ORDER BY

GROUP BY

COUNT

SUM

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To retrieve all columns from the employees table, what should you use after SELECT?

*

ALL

COLUMNS

(Nothing)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL clause is used to limit the rows returned in the result set?

SELECT

LIMIT

WHERE

FROM

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

To select only the first_name and last_name columns from the employees table, what should you specify after SELECT?

first_name, last_name

(first_name, last_name)

"first_name", "last_name"

first_name and last_name

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?