Virtusa Interview Question

What is the SQL for creating a table

Interview Answer

Anonymous

Jul 1, 2017

Create table table_name ( column_name1 datatype1 constraint_name1; column_name2 datatype2 constraint_name2; ...... );