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.
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.
The answer should be: create table product ( product_id int ) ;
CREATE TABLE product ( product_id int ); this should be the answer