DBMS Lab External Sets 1 To 10 FULL
DBMS Lab External Sets 1 To 10 FULL
SET – 1
A) Add new column 'PINCODE' and rename 'NAME' to 'STNAME' in STUDENT table
(ROLLNO, NAME, CITY):
B) PL/SQL Program using EMP(NAME, SAL) to display employees matching input salary
with exceptions:
SET – 2
A) Display ROLLNO and CITY from STUDENT, then delete STUDENT table:
SET – 3
A) Demonstrate String functions:
SET – 4
A) Demonstrate Numeric functions:
SET – 5
A) Display department-wise total salary from EMP:
SET – 6
A) Display min & max salary from EMP:
SET – 7
A) Create STUDENT table with constraints:
SET – 8
A) Query to display employees with salary > 6000:
SET – 9
A) Demonstrate Date functions:
SET – 10
A) Delete eno=5 and update salary in EMP: