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
Зарегистрируйся сейчас
или Подпишись на будущие тесты