Computer Science, asked by manonmanikannanspk, 7 months ago

create a table employee​

Answers

Answered by Anonymous
23

create table "tablename"  

("column1" "data type",  

"column2" "data type",  

"column3" "data type",  

...  

"columnN" "data type");  

Similar questions