Create a table "Employee" where field names will be EmpID, EmpName, Designation, Salary.
Please answer fast. Please.
Answers
Answered by
0
Answer:
CREATE TABLE Employee (
EMPID,
EmpName,
Designation,
salary
) ;
start * from Employee
Similar questions