Exam ACD100 All QuestionsBrowse all questions from this 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.

    Correct Answer:

Discussion
Irisjiang

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

nyxxx

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