Write a Oracle command to Create a Table Employees.
Q.1 Create the Employees Table
Solution :-Â
CREATE TABLE Employees
(
EmployeeID NUMBER PRIMARY KEY,
EmployeeName VARCHAR2(50),
Department VARCHAR2(50),
Salary NUMBER,
Age NUMBER,
ManagerID NUMBER );
Q.2 Insert data into Employees table.
Solution :-Â
Q.3Â
Solution :-Â
Q.1 Create the Employees Table
Solution :-Â
Q.1 Create the Employees Table
Solution :-Â
Q.1 Create the Employees Table
Solution :-Â
Q.1 Create the Employees Table
Solution :-Â
Q.1 Create the Employees Table
Solution :-Â