Solved

Which One of the Following Statements Is Used to Create

Question 25

Multiple Choice

Which one of the following statements is used to create a table?


A) CREATE TABLE table_name (column_namecolumn_type) ;
B) CREATE table_name (column_typecolumn_name) ;
C) . CREATE table_name (column_namecolumn_type) ;
D) . CREATE TABLE table_name (column_typecolumn_name) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions