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
Sep 17, 2024

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

nyxxx
Oct 26, 2024

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