Question
a.
REMOVE TABLE CUSTOMER;
b.
DROP TABLE CUSTOMER;
c.
DELETE TABLE CUSTOMER;
d.
UPDATE TABLE CUSTOMER;
Posted under DBMS
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The command to eliminate a table from a database is:
Similar Questions
Discover Related MCQs
Q. The command to eliminate a row from a table is:
View solution
Q. Which one of the following sorts rows in SQL?
View solution
Q. Which of the following is the correct processing order for SQL SELECT statements?
View solution
Q. A view is which of the following?
View solution
Q. Which of the following is valid SQL for an Index?
View solution
Q. Find the SQL statement below that is equal to the following:
SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
View solution
Q. Which of the following is the original purpose of SQL?
View solution
Q. The benefits of a standard relational language include which of the following?
View solution
Q. Which of the following do you need to consider when you make a table in SQL?
View solution
Q. ON UPDATE CASCADE ensures which of the following?
View solution
Q. You can add a row using SQL in a database with which of the following?
View solution
Q. The wildcard in a SELECT statement is which of the following?
View solution
Q. The wildcard in a WHERE clause is useful when?
View solution
Q. The HAVING clause does which of the following?
View solution
Q. What type of join is needed when you wish to return rows that do have matching values?
View solution
Q. Which of the following statements is true concerning routines and triggers?
View solution
Q. The following SQL is which type of join:
SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID
FROM CUSTOMER_T,ORDER_T
WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID
View solution
Q. Embedded SQL is which of the following?
View solution
Q. The following SQL is which type of join:
SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID
FROM CUSTOMER_T,ORDER_T ;
View solution
Q. How many tables may be included with a join?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond DBMS? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!