SQL
Which of t ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Which of the following statements can be augmented by a "TABLE employees" string so that resulting query executes on employees table?
UPDATE
SELECT
ALTER
INSERT INTO
DROP
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;
INSERT-statement
DROP-statement
alter-statement
UPDATE-clause
SELECT-clause
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
S
QL
Quiz
Login to learn SQL
or
Read more about
SQL Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment