plzzzzzzzz answer soon....................
how to create a table employee when ID, department, address ,contact ,number are needed...
Answers
Answered by
1
Type this SQL Command
CREATE TABLE "EMPLOYEE" (" ID"INTEGER,
"Department" VARCHAR (50),
"Address" VARCHAR (50),
"Contact" INTEGER )
Answered by
0
Answer:
Type this SQL Command
CREATE TABLE "EMPLOYEE" (" ID"INTEGER,
"Department" VARCHAR (50),
"Address" VARCHAR (50),
"Contact" INTEGER )
Explanation:
Similar questions
Math,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago
Science,
1 year ago
Biology,
1 year ago