Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Introduction to SQL
The command to eliminate a table from a database is:
REMOVE TABLE CUSTOMER;
DROP TABLE CUSTOMER;
DELETE TABLE CUSTOMER;
UPDATE TABLE CUSTOMER;
Correct Answer:
DROP TABLE CUSTOMER;
← Previous Question
Next Question→
More Questions from
Introduction to SQL
A subquery in an SQL SELECT statement:
To define what columns should be displayed in an SQL SELECT statement:
SQL query and modification commands make up a(n) ________ .
A subquery in an SQL SELECT statement is enclosed in:
SQL data definition commands make up a(n) ________ .
The Microsoft Access wildcards are ____ and ____ .
ON UPDATE CASCADE ensures which of the following?
The wildcard in a WHERE clause is useful when?
The SQL -92 wildcards are ____ and ____ .
Which of the following are the five built-in functions provided by SQL?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments