EASY QUESTIONS

You can add a row using SQL in a database with which of the following?
ADD
INSERT
The command to remove rows from a table 'CUSTOMER' is:
DELETE FROM CUSTOMER WHERE ...
REMOVE FROM CUSTOMER ...
The SQL WHERE clause:
Limits the row data are returned.
Limits the column data that are returned.
The wildcard in a WHERE clause is useful when?
An exact match is necessary in a CREATE statement.
An exact match is not possible in a SELECT statement.
The command to eliminate a table from a database is:
DROP TABLE CUSTOMER;
DELETE TABLE CUSTOMER;
{"name":"EASY QUESTIONS", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"You can add a row using SQL in a database with which of the following?, The command to remove rows from a table 'CUSTOMER' is:, The SQL WHERE clause:","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.