Question: The command to eliminate a table from a database is:

Options

A : REMOVE TABLE CUSTOMER;

B : DROP TABLE CUSTOMER;

C : DELETE TABLE CUSTOMER;

D : UPDATE TABLE CUSTOMER;

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

Introduction to SQL - General Questions more questions

The command to remove rows from a table 'CUSTOMER' is:

The SQL WHERE clause:

Which of the following is the original purpose of SQL?

The wildcard in a WHERE clause is useful when?

A view is which of the following?

ON UPDATE CASCADE ensures which of the following?

SQL data definition commands make up a(n) ________ .

Which of the following is valid SQL for an Index?

The SQL keyword(s) ________ is used with wildcards.

Which of the following is the correct order of keywords....

Advanced SQL - General Questions more Online Exam Quiz

Database Redesign - General Questions

Data Modeling with ER Model - General Questions

Data Warehousing - General Questions

Distributed Databases - General Questions

Introduction to Database - General Questions

JDBC, Java Server Pages, and MySQL - General Questions

Logical Database Design - General Questions

Managing Databases with Oracle - General Questions

SQL Server 2000 - General Questions

Managing Multiuser Databases - General Questions