Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which statement about CTAS (CREATE TABLE AS SELECT) statements is not accurate?
A
CTAS statements allow for manual schema declaration.
B
CTAS stands for CREATE TABLE AS SELECT statement.
C
Data is inserted into the table during its creation with CTAS.
D
CTAS statements infer schema information automatically from query results.
E
All the above statements are incorrect about CTAS.