Quiz Yourself on Databases

Quiz Yourself on Databases

We'll cover the following...

Quiz

1.

What does the following statement in SQL do?

DROP TABLE student;
A.

Deletes a query called student

B.

Deletes a table called student

C.

Creates a table called student

D.

Syntax Error


1 / 6