CERTIFIED-DATA-ANALYST-ASSOCIATE · Question #96
A data analyst needs to create an empty managed table table_name in database database_name with a specific schema. The table needs to be recreated and empty, regardless of whether or not the table alr
Sign in or unlock CERTIFIED-DATA-ANALYST-ASSOCIATE to reveal the answer and full explanation for question #96. The question stem and answer options stay visible for context.
Question
A data analyst needs to create an empty managed table table_name in database database_name with a specific schema. The table needs to be recreated and empty, regardless of whether or not the table already exists. Which command can the analyst use to complete the task?
Options
- ACREATE TABLE database_name.table_name USING (width INT, length INT,
- BCREATE OR REPLACE TABLE database_name.table_name USING (width INT,
- CCREATE OR REPLACE TABLE database_name.table_name (width INT, length INT,
- DCREATE OR REPLACE TABLE table_name FROM database_name USING (width INT,
Unlock CERTIFIED-DATA-ANALYST-ASSOCIATE to see the answer
You've previewed enough free CERTIFIED-DATA-ANALYST-ASSOCIATE questions. Unlock CERTIFIED-DATA-ANALYST-ASSOCIATE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.