Database Quiz 4 SQL

Database Quiz 4 SQL

12th Grade

21 Qs

quiz-placeholder

Similar activities

HTML Forms

HTML Forms

9th - 12th Grade

20 Qs

MySQL

MySQL

12th Grade

18 Qs

Computer Science Database

Computer Science Database

9th - 12th Grade

20 Qs

A2 SQL Commands

A2 SQL Commands

12th Grade

20 Qs

SQL Revision for Year 12

SQL Revision for Year 12

11th - 12th Grade

20 Qs

Programming WebXam Review

Programming WebXam Review

9th - 12th Grade

18 Qs

CLASS XI - MYSQL QUIZ

CLASS XI - MYSQL QUIZ

11th - 12th Grade

20 Qs

SQL Commands Part 1

SQL Commands Part 1

11th - 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?