Multiple Choice
How do you use data from certain columns of an existing table to populate a new table with a matching structure?
A) Place a SELECT command within an INSERT command.
B) Execute a CREATE TABLE command with an INSERT clause.
C) Copy the existing table and delete the unwanted columns.
D) Add an INSERT clause after the WHERE clause in a SELECT command.
Correct Answer:

Verified
Correct Answer:
Verified
Q24: The DROP TABLE command creates an empty
Q25: Which is the correct sequence of elements
Q26: Which of the following is a valid
Q27: Which of the following commands executes a
Q28: To permanently remove both a table and
Q30: Which command can you use to create
Q31: Barney learns that the phone number for
Q32: How can you use the COMMIT and
Q33: If you have not run the COMMIT
Q34: Which command should Josephine use if she