ACD100 Exam QuestionsBrowse all questions from this exam

ACD100 Exam - Question 53


DRAG DROP

-

You need to create a table to store product IDs.

What is the correct order for the SQL syntax? To answer, move everything from the Options list to the Answer List area and arrange them in the correct order.

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
Irisjiang
Mar 17, 2023

The answer should be: create table product ( product_id int ) ;

nyxxx
Apr 26, 2023

CREATE TABLE product ( product_id int ); this should be the answer