Database Quiz 4 SQL

Database Quiz 4 SQL

12th Grade

21 Qs

quiz-placeholder

Similar activities

Access Week 2

Access Week 2

9th - 12th Grade

21 Qs

Database concepts

Database concepts

12th Grade

16 Qs

8525 AQA  GCSE Computer Science 3.7.1 Relational databases

8525 AQA GCSE Computer Science 3.7.1 Relational databases

7th - 12th Grade

16 Qs

RDBMS Concept and MySQL  tool

RDBMS Concept and MySQL tool

11th - 12th Grade

20 Qs

Microsoft Word

Microsoft Word

9th - 12th Grade

20 Qs

Structured Query Language

Structured Query Language

12th Grade

18 Qs

Databases and SQL for Grade 10 IT

Databases and SQL for Grade 10 IT

10th - 12th Grade

16 Qs

Unit 2 - Creating Tables

Unit 2 - Creating Tables

12th Grade

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?