Search Header Logo

Database Quiz 4 SQL

Authored by W Deng

Computers

12th Grade

Used 4+ times

Database Quiz 4 SQL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 BLANKS QUESTION

1 min • 1 pt

The syntax for INSERT INTO statement is:

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

3.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Which statement involve syntax of SET?

(a)  

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 BLANKS QUESTION

1 min • 1 pt

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

ALTER TABLE table_name

(a)   field_name

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

The ORDER BY clause by default orders in (a)   order.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?