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 :- 

Leave a Reply

Your email address will not be published. Required fields are marked *

sign up!

We’ll send you the hottest deals straight to your inbox so you’re always in on the best-kept software secrets.