Question:What is the proper syntax for creating a table? 

A CREATE TABLE columnnames (tablename); 

B CREATE tablename (columnnames); 

C CREATE columnnames (tablename); 

D CREATE TABLE tablename (columnnames); 

+ Answer
+ Report
Total Preview: 1000

Copyright © 2024. Powered by Intellect Software Ltd