Which of the following SQL statements can be used to delete a table from a database?

A. DELETE TABLE table_name;
B. DROP FROM database TABLE table_name;
C. ALTER DATABASE database DROP TABLE table_name;
D. DROP TABLE table_name;


Answer: D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) A main method can only access static or local variables. 2) In a class that has variables called height and width, methods called getHeight() and getWidth() are examples of accessor methods. 3) Every class has a constructor, whether defined by the programmer or not. 4) Variables that are declared as static are shared among all instances of a class. 5) Aggregation is sometimes described as a has-a relationship.

Computer Science & Information Technology

What is a service set and list the three WLAN service set configurations.

What will be an ideal response?

Computer Science & Information Technology

Controls such as combo boxes and list boxes are usually added to forms when working in Layout view

Indicate whether the statement is true or false

Computer Science & Information Technology

PK enables secure communication between strangers.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology