1.

Write syntex to create structure of table ?

Answer» Eg, create employee table,CREATE TABLE (ID INTEGER, Name VARCHAR(50), Department VARCHAR(50),Address VARCHAR(120),Contact_Number INTEGER );


Discussion

No Comment Found