Access the latest CBSE Class 11 Computer Science Data Management Worksheet Set E. We have provided free printable Class 11 Computer Science worksheets in PDF format, specifically designed for Data Management. These practice sets are prepared by expert teachers following the 2025-26 syllabus and exam patterns issued by CBSE, NCERT, and KVS.
Data Management Computer Science Practice Worksheet for Class 11
Students should use these Class 11 Computer Science chapter-wise worksheets for daily practice to improve their conceptual understanding. This detailed test papers include important questions and solutions for Data Management, to help you prepare for school tests and final examination. Regular practice of these Class 11 Computer Science questions will help improve your problem-solving speed and exam accuracy for the 2026 session.
Download Class 11 Computer Science Data Management Worksheet PDF
WS 9 – Data Management
1. What is a database system? What is its need?
2. What is SQL? What are different categories of commands available in SQL?
3. Differentiate between DDL and DML commands.
4. Write two usage of DESC in SQL.
5. Write SQL queries for (i) to (iv) and find outputs for SQL queries (v) to (viii), which are based on the tables:
(i) To display all details from table MEMBER in descending order of ISSUEDATE.
(ii) To display the CODE and BNAME of all Fiction Type books from the table BOOK.
(iii) To display the TYPE and number of books in each TYPE from the table BOOK.
(iv) To display all MNAME and ISSUEDATE of those members from table MEMBER who have books issued (i.e ISSUEDATE) in the year 2017.
(v) SELECT MAX(ISSUEDATE) FROM MEMBER;
(vi) SELECT DISTINCT TYPE FROM BOOK;
(vii) SELECT A.CODE, BNAME, MNO, MNAME FROM BOOK A, MEMBER B WHERE A.CODE=B.CODE ;
(viii) SELECT BNAME FROM BOOK WHERE TYPE NOT IN ("Fiction", "Comic");
6. Create table Employee with the following structure:
Ensure the following specification in created table: ID should be declared as Primary Key, User_ID shold be unique,Salary Must be greater than 5000 , First_Name and Lst_Name must not remain Blank
Write SQL queries for the following :
i. Show the structure of the table Employee.
ii. Insert 3 records in the table Employee.
iii. Modify the SALARY and increase by 1000, for all who get salary less than 6000
iv. For record with ID 4 update record with LAST_NAME as Sharma, USER_ID as E1004 and SALARY as 7800.
v. Add a new coloumn PHONE of type varcahr(12)
vi. Delete the EMPLOYEE record having FIRST_NAME as Manish
vii. Remove Employee Table permanently
viii. Count the total records in the table EMPLOYEE
7. What is foreign key? How do you define a foreign key in your table?
8. Explain the DELETE command in SQL with syntax and example.
9. Observe the following table and answer the parts (i) and (ii) :
(i) In the above table, can we have Qty as primary key.[Answer as yes/no]. Justify your answer.
(ii) If you have to add a column email and phone, name the data types required for it.
10. Define Cardinality and degree of table what is the Degree and Cardinality of the following table.
Please click on below link to download CBSE Class 11 Computer Science Data Management Worksheet Set E
| CBSE Class 11 Computer Science Python Modules Worksheet |
| CBSE Class 11 Computer Science Strings Worksheet |
| CBSE Class 11 Computer Science Lists Worksheet |
| CBSE Class 11 Computer Science Dictionary And Sorting Worksheet |
| CBSE Class 11 Computer Science Tuples Worksheet |
Data Management CBSE Class 11 Computer Science Worksheet
Students can use the Data Management practice sheet provided above to prepare for their upcoming school tests. This solved questions and answers follow the latest CBSE syllabus for Class 11 Computer Science. You can easily download the PDF format and solve these questions every day to improve your marks. Our expert teachers have made these from the most important topics that are always asked in your exams to help you get more marks in exams.
NCERT Based Questions and Solutions for Data Management
Our expert team has used the official NCERT book for Class 11 Computer Science to create this practice material for students. After solving the questions our teachers have also suggested to study the NCERT solutions which will help you to understand the best way to solve problems in Computer Science. You can get all this study material for free on studiestoday.com.
Extra Practice for Computer Science
To get the best results in Class 11, students should try the Computer Science MCQ Test for this chapter. We have also provided printable assignments for Class 11 Computer Science on our website. Regular practice will help you feel more confident and get higher marks in CBSE examinations.
You can download the teacher-verified PDF for CBSE Class 11 Computer Science Data Management Worksheet Set E from StudiesToday.com. These practice sheets for Class 11 Computer Science are designed as per the latest CBSE academic session.
Yes, our CBSE Class 11 Computer Science Data Management Worksheet Set E includes a variety of questions like Case-based studies, Assertion-Reasoning, and MCQs as per the 50% competency-based weightage in the latest curriculum for Class 11.
Yes, we have provided detailed solutions for CBSE Class 11 Computer Science Data Management Worksheet Set E to help Class 11 and follow the official CBSE marking scheme.
Daily practice with these Computer Science worksheets helps in identifying understanding gaps. It also improves question solving speed and ensures that Class 11 students get more marks in CBSE exams.
All our Class 11 Computer Science practice test papers and worksheets are available for free download in mobile-friendly PDF format. You can access CBSE Class 11 Computer Science Data Management Worksheet Set E without any registration.