XI IP TERM2 Practical
XI IP TERM2 Practical
(i) To show Book name, Author name and Price of books of EPB publisher.
(ii) To list the names of the books of FICTIONS type.
(iii) To display the names and prices of the books in descending order of their
price.
(iv) To display list of books whose price in the range200-400
KENDRIYA VIDYALAYA CME,PUNE-31
CLASS- XI [INFORMATICS PRACTICES (065)]
TERM2: PRACTICAL EXAMINATION 2021-2022
DURATION: 1:30 HOURS TOTAL MARKS :15
SET-2
Scheme of examination
SQL Queries 8 marks
Practical file 4 marks
Viva 3 marks
1.Consider the following table STAFF and write SQL queries for (i) to (viii) (1 mark each)
(i) Write a query to display details of all male employees whose salary is more than 10000.
(ii) Write a query to increase the SAL of all the female employees by 5% of Salary.
(iii) Write a query to delete the record for Empno 1004.
(iv) To view structure of table
(v) To Display ENAME, GENDER, DOB for all the employees who are the not working in
the Deptno 10 and 13.
(vi) To Display the ENAME, GENDER and SAL of employees who are born in the year
2005.
(vii) Write a query to display name and Date of Birth whose Salary lies in range of 9000 to
10000.
(viii) Display all records of staff table
KENDRIYA VIDYALAYA CME,PUNE-31
CLASS- XI [INFORMATICS PRACTICES (065)]
TERM2: PRACTICAL EXAMINATION 2021-2022
DURATION: 1:30 HOURS TOTAL MARKS :15
SET-3
Scheme of examination
SQL Queries 8 marks
Practical file 4 marks
Viva 3 marks
i) To show Book name, Author name and Price of books of EPB publisher.
ii) To list the names of the books of FICTIONS type.
iii) To display the names and prices of the books in descending order of their price.
iv) To display list of books whose price in the range200-400