Here is CBSE Class 11 Computer Science Data Management Worksheet Set 05 for your daily studies. Download free printable Class 11 Computer Science worksheets as a PDF file, made for Data Management. Expert teachers designed these tasks around the 2026-27 syllabus rules from CBSE, NCERT, and KVS.
Download Class 11 Computer Science Data Management Worksheets
Every student of Class 11 Computer Science should practice with these chapter-wise worksheets. They provide great questions and solutions for Data Management to boost your confidence. Practicing these Class 11 Computer Science sheets regularly makes you faster and more accurate for your 2026-27 exams.
Get Data Management Worksheet PDF for Class 11 Computer Science
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
Practice Worksheet & Study Resources for Class 11 Computer Science Data Management
Chapter Practice Questions for Class 11 Computer Science
Access the Data Management practice worksheet above to gear up for forthcoming school assessments. Following the active CBSE curriculum for Class 11 Computer Science, these solved questions are simple to download in PDF format for daily practice. Built by expert educators around high-yield exam themes, these exercises help raise your overall test scores.
Expert NCERT Practice Material for Class 11 Computer Science
Built strictly from the official NCERT book for Class 11 Computer Science, this practice content offers reliable academic support. Following your self-practice, our educators recommend reviewing our detailed NCERT solutions to learn optimal problem-solving approaches for Computer Science. All study aids are completely free to access.
Boost Your Exam Confidence in Class 11 Computer Science
Enhance your Class 11 achievements by completing the online Computer Science MCQ test available here. We also host numerous printable assignments for Class 11 Computer Science online. Regular exercises cultivate exam readiness and elevate your final standing in CBSE evaluations.
FAQs
You can download the teacher-verified PDF for CBSE Class 11 Computer Science Data Management Worksheet Set 05 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 05 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 05 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 05 without any registration.