create a table employee
Answers
Answered by
23
create table "tablename"
("column1" "data type",
"column2" "data type",
"column3" "data type",
...
"columnN" "data type");
Similar questions