You are on page 1of 6

VIVA LAB

Name : RANJIT RAJ Branch : CSE

UID :20BCS9943 Subject : DBMS

Ques : 1
Create a table called Employee with the following structure.
Name Type
Empno Number
Ename Varchar2(10)
Job Varchar2(10)
Mgr Number
Sal Number

SOLUTION:

CREATE TABLE
QUESTION:

a. Add a column commission with domain to the Employee table.


SYNTAX:
Q B. Insert any five records into the table.

Q C.Update the column details of job

You might also like