Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

INDEX

Name of the experiment Page Signature /


No. Remark
Assignment- 1
Student (sid, sname, sadd, sphonno, dob)
1. Create the given table .
2. Insert 5 rows
3. Display the table.
4. add one or more coloumn as department.
5. insert the value in department.
6. modify the value 1005 and 1006.

Assignment- 2
(Apply Queries on Assignment 1 Table)
7. list the student whose dob is in 1995.
8. Change the table name as student details.
9. Find the sid, sname, & department as the student.
10. Save the table.

Assignment- 3
Employee(empno.,empname,empadd,department,salary)
1. create the table.
2. insert the value in this table.
3. Display the department of all employee.
4. add a column designation in the given table.
5. inserting value in a column ‘designation’.

Assignment- 4
(Apply Queries on Assignment 3 Table)
6. List the name and salary of the manage working
in marketing department.
7. Change the name of salesman rohit whose.
8. Delete the employee who salary is <20000.
9. View the employee table.
10. Save the table.

Assignment- 5
Sbi (bankid,branch,city,phon_no)
Employee (eid,ename,ecity,ephon_no,bankid)
Customer(cid,cname,ccity,cphon_no,bankib,balance)
(a) Create the Following tabe
(b) Insert the given in each table.
(c) Find the eid,ename branch of employee
whose bankid”CG0004”.
(d) Find cidcname branch at customer whose balance >100000.
Assignment- 6
(Apply Queries on Assignment 5 Tables)
(e) Find eid,enamebankid of employee who work in ‘rjn’
main branch.
(f) Find all the customer who have ‘rjn’
account\ In “rjn”.
(g) Find the branches who have customer whose deposit is < 500.

Assignment- 7
Department(dpt_id, dpt_name)
Employee (eid, ename, age,mobile,dpt_id, salary)
Project(pdi,pname,duration,work)
1. Create the table.
2. Insert the value in this table.
3. Display the department of all employee.
4. Create a View view1 from employee table by
selecting eid,ename,salary and department.
5. Update the list of all employee salary by adding 5,000 more
to their salary in the department whose salary is maximum.

Assignment- 8 Book(Book_no,Bname,Author,price,publication)
Student(card_no.,sname.scity,scalss,age)
Lib(Book_no,card_no,lib_no,doi)
1. Create the following table .
2. Insert atleast 5 rows in each.
3. Find the name of the student who is in the same city
as ‘ayushi’.
4. Find the price of book which is issued on ’01-oct-2015’
and student name is ‘Rajiv’.

You might also like