Question Details

Detailed explanation and options for the selected question.

Which command is used to copy a table along with its structure and data?

A. CREATE TABLE AS
B. COPY TABLE
C. CLONE TABLE
D. DUPLICATE TABLE

Explanation:

CREATE TABLE AS copies a table's structure and data. COPY TABLE, CLONE TABLE, and DUPLICATE TABLE are invalid SQL commands.