Which of the following statements can be augmented by a "TABLE employees" string so that resulting query executes on employees table?
Explanation
Here is the syntax of all mentioned statements:
UPDATE TABLE table_name SET values WHERE conditions;
SELECT fields FROM table_name (WHERE condiitons);
ALTER TABLE table_name modifications;
INSERT INTO table_name VALUES values;
DROP TABLE table_name;

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes