Computer Science, asked by kavitakosi, 3 months ago

Create a table "Employee" where field names will be EmpID, EmpName, Designation, Salary.

Please answer fast. Please. ​

Answers

Answered by zezus
0

Answer:

CREATE TABLE Employee (

EMPID,

EmpName,

Designation,

salary

) ;

start * from Employee

Similar questions