0% found this document useful (0 votes)
6 views5 pages

XI IP TERM2 Practical

The document outlines the practical examination scheme for Class XI Informatics Practices at Kendriya Vidyalaya CME, Pune for the academic year 2021-2022. It includes multiple sets of SQL queries and tasks related to database management, such as creating tables, inserting records, and querying data from tables like BOOKS and STAFF. Each set has specific tasks with allocated marks, totaling 15 marks for the practical exam.

Uploaded by

28kpclasses
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views5 pages

XI IP TERM2 Practical

The document outlines the practical examination scheme for Class XI Informatics Practices at Kendriya Vidyalaya CME, Pune for the academic year 2021-2022. It includes multiple sets of SQL queries and tasks related to database management, such as creating tables, inserting records, and querying data from tables like BOOKS and STAFF. Each set has specific tasks with allocated marks, totaling 15 marks for the practical exam.

Uploaded by

28kpclasses
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

KENDRIYA VIDYALAYA CME,PUNE-31

CLASS- XI [INFORMATICS PRACTICES (065)]


TERM2: PRACTICAL EXAMINATION 2021-2022
DURATION: 1:30 HOURS TOTAL MARKS :15
SET-1
Scheme of examination
SQL Queries 8 marks
Practical file 4 marks
Viva 3 marks

1. Consider the table BOOKS given below.


TABLE : BOOKS

BOOK_I BOOK_NAM AUTHONAME PUBLISH PRICE TYPE QUANTI


D E ER TY

F0001 The Tears William Hopkins First Publ 750 Fiction 10

F0002 Thund Anna Roberts First Publ. 700 Fiction 5


erbolts

T0001 My first C+ + Brains & EPB 250 Text 10


Brooke

T0002 C++ Brain A.W.Ros saine TDH 325 Text 5


works

C001 Fast Cook Lata Kapoore EPB 350 Cooke 8


ry

a) Create above table with required datatypes and size. [2]


b) Insert record on table . [2]
c) write SQL commands for the Statements (i) to (iv) [4]

(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

1. Write SQL statements for the following:


i) To create a student table with the student id, class, section, gender, name, dob, and
marks as attributes where the student id is the primary key.
[2]
ii) To insert the details of following 10 students in the above table. [2]
(1001, 11, B, Boy, Kamal, 29/07/2005, 45)
(1002, 12, A, Boy, Ravi, 29/06/2006, 25)
(1003, 11, A, Girl, Kushali, 30/06/2005, 43)
(1005, 12, B, Boy, Vimal, 12/09/2005, 28)
(1006, 11, A, Girl, Ruchi, 17/10/2004, 29)
(1009, 11, A, Girl, Ketaki, 24/07/2005, 11)
(1010, 12, A, Boy, Rahul, 21/4/2004, 29)
(1011, 12, B, Boy, Ketan, 3/02/2005, 22)
(1014, 12, A, Boy, Sajal, 9/12/2004, 44)
(1016, 11, B, Girl, Rajni, 18/11/2005, 45)
iii) To delete the student whose Student id is 1005 in the above table. [1]
iv) To increase marks by 5% for those students who are in Class 12. [1]
v) To display the entire content of the table Student [1]
vi) To display Rno, Name & Marks of students who are scoring marks more than 25.
[1]

KENDRIYA VIDYALAYA CME,PUNE-31


CLASS- XI [INFORMATICS PRACTICES (065)]
TERM2: PRACTICAL EXAMINATION 2021-2022
DURATION: 1:30 HOURS TOTAL MARKS :15
SET-4
Scheme of examination
SQL Queries 8 marks
Practical file 4 marks
Viva 3 marks

1. Write SQL statements for the following:


i) To create a student table with the student id, class, section, gender, name, dob, and
marks as attributes where the student id is the primary key. [2]
ii) To insert the details of following 10 students in the above table. [2]
(1001, 11, B, Boy, Kamal, 29/07/2005, 45)
(1002, 12, A, Boy, Ravi, 29/06/2006, 25)
(1003, 11, A, Girl, Kushali, 30/06/2005, 43)
(1005, 12, B, Boy, Vimal, 12/09/2005, 28)
(1006, 11, A, Girl, Ruchi, 17/10/2004, 29)
(1009, 11, A, Girl, Ketaki, 24/07/2005, 11)
(1010, 12, A, Boy, Rahul, 21/4/2004, 29)
(1011, 12, B, Boy, Ketan, 3/02/2005, 22)
(1014, 12, A, Boy, Sajal, 9/12/2004, 44)
(1016, 11, B, Girl, Rajni, 18/11/2005, 45)
iii) To find the number of students, who are from section ‘A’. [1]
iv) To add a new column email in the above table with appropriate data type. [1]
v) To insert the email ids of each student in the previously created email column. [1]
vi) To display the information of all the students, whose name starts with ‘RA’ [1]
vii) To display Rno, Name, DOB of those students who are born after ‘2005- 01-01’ [1]

KENDRIYA VIDYALAYA CME,PUNE-31


CLASS- XI [INFORMATICS PRACTICES (065)]
TERM2: PRACTICAL EXAMINATION 2021-2022
DURATION: 1:30 HOURS TOTAL MARKS :15
SET-5
Scheme of examination
SQL Queries 8 marks
Practical file 4 marks
Viva 3 marks

1. Consider the table BOOKS given below.


TABLE : BOOKS

BOOK_I BOOK_NAME AUTHONAME PUBLISHE PRICE TYPE QUANTIT


D R Y

F0001 The Tears William Hopkins First Publ 750 Fiction 10

F0002 Thund erbolts Anna Roberts First Publ. 700 Fiction 5

T0001 My first C+ + Brains & Brooke EPB 250 Text 10

T0002 C++ Brain A.W.Ros saine TDH 325 Text 5


works

C001 Fast Cook Lata Kapoore EPB 350 Cooker 8


y

a) Create above table with required datatypes and size. [2]


b) Insert record on table . [2]
c) write SQL commands for the Statements (i) to (iv) [4]

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

You might also like