1.

Which command is used for creating table

Answer» First write use (database name )
Create table(table name);
Create table < table name>( , , ){ repeat this for number of column you need.}


Discussion

No Comment Found