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;

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести