Multiple Choice
Which SQL keyword is used to name a new table and describe the table's columns?
A) SET
B) CREATE
C) SELECT
D) ALTER
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Which of the following is an SQL
Q17: One or more rows can be added
Q18: Which SQL keyword is used to delete
Q19: The SQL keyword CHECK is used to
Q20: The SQL command used to create a
Q22: Referential integrity constraints are implemented in SQL
Q23: The SQL keyword CONSTRAINT is used to
Q24: If the table PRODUCT has a column
Q25: Rows can be removed from a table
Q26: SQL views are always updatable when _.<br>A)the