Database Quiz 4 SQL

Database Quiz 4 SQL

12th Grade

21 Qs

quiz-placeholder

Similar activities

Y8 Database Homework1 Quiz

Y8 Database Homework1 Quiz

7th Grade - University

20 Qs

MORE SQL

MORE SQL

12th Grade - University

17 Qs

Microsoft Word | Bagian 3 - Mail Merge

Microsoft Word | Bagian 3 - Mail Merge

12th Grade

17 Qs

Relational Database Design

Relational Database Design

10th - 12th Grade

18 Qs

SQL

SQL

12th Grade

20 Qs

Unit 2 - Creating Reports

Unit 2 - Creating Reports

12th Grade

20 Qs

S5 ICT revision

S5 ICT revision

10th - 12th Grade

20 Qs

Database-Normalisation

Database-Normalisation

9th Grade - University

20 Qs

Database Quiz 4 SQL

Database Quiz 4 SQL

Assessment

Quiz

Computers

12th Grade

Hard

Created by

W Deng

Used 4+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL is a declarative programming language

True

False

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The syntax for INSERT INTO statement is:

INSERT INTO table_name (column1, column2, …) _____ (value1, value2, …)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which statement involve syntax of SET?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The syntax for a SELECT query in SQL is:

SELECT table_names FROM field_name WHERE condition ORDER BY field_name

SELECT field_names FROM table_name WHERE condition ORDER BY table_name

SELECT table_names FROM field_name WHERE condition ORDER BY table_name

SELECT field_names FROM table_name WHERE condition ORDER BY field_name

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The query to print the complete table Student is: SELECT * FROM Student

True

False

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The syntax for deleting a field using an ALTER TABLE statement is:

ALTER TABLE table_name

________ field_name

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The ORDER BY clause by default orders in _____ order.

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?