CBSE Class 11 Computer Relational Databases Worksheet

Read and download free pdf of CBSE Class 11 Computer Relational Databases Worksheet. Students and teachers of Class 11 Computer Science can get free printable Worksheets for Class 11 Computer Science Relational Databases in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 11 students should practice questions and answers given here for Computer Science in Class 11 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 11 Computer Science Worksheets prepared by teachers as per the latest Computer Science books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests

Worksheet for Class 11 Computer Science Relational Databases

Class 11 Computer Science students should download to the following Relational Databases Class 11 worksheet in PDF. This test paper with questions and answers for Class 11 will be very useful for exams and help you to score good marks

Class 11 Computer Science Worksheet for Relational Databases

Short Answer Type Questions

Question: What are the disadvantages of database systems?
Answer: When we work with complex task then there may be some disadvantages of using databases these are –
(i) Security may be compromised without good controls.
(ii) Integrity may be compromised without good controls.
(iii) Extra hardware may be required.
(iv) Performance overhead may be significant.
(v) System is likely to be complex.

Question: What are views? How they are useful?
Answer: A view is a virtual table that does not really exist in its own right but is instead derived from one or more underlying base tables(s). the view is a kind of table whose contents are taken opon other tables depending upon a given query condition. No stored file is created to store the contents of a view rather its definition is stored only.
The usefulness of views lies in the fact that they provide an excellent way to give people access to some but not all of the information in a table.

Question: What is the purpose of using MySQL?
Answer: MySQL is a free, open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). In MySQL database, information is stored in Tables. A single MySQL database can contain many tables at once and store thousands of individual records.

Question: What is a database system? What is its need?
Answer: A database is a collection of information that is organized so that it can be easily accessed,managed and updated. Data is organized into rows, columns and tables, and it is indexed tomake it easier to find relevant information. Data gets updated, expanded and deleted as newinformation is added. Databases process workloads to create and update themselves, queryingthe data they contain and running applications against it. The software which facilitates thecollection of database and its retrieval is known as DBMS. A database along with a DBMS isreferred to as a database system.
DBMS is needed to overcome the following problems in traditional file system –
(i) Data redundancy
(ii) Data inconsistency
(iii) Unstandardized data
(iv) Insecure data
(v) Incorrect data etc.
In DBMS these limitations has been almost reduced.

Question: What do you understand by MySQL client?
Answer: MySQL clients are programs that connect to the MySQL server and issue queries in a prespecified format. MySQL is compatible with the standards based SQL. The client program may contact the server programmatically or manually.

Question: What is SQL? What are different categories of commands available in SQL?
Answer: In order to access the data within Oracle databases, all programs and users must use,Structured Query Language (SQL). SQL is the set of commands that is recognized by nearly all RDBMSs. SQL commands can be divided into following categories –
(i) Data Definition Language (DDL) Commands.
(ii) Data Manipulation Language (DML) Commands.
(iii) Transaction Control Language (TCL) Commands.
(iv) Session Control Commands.
(v) System Control Commands.

Question: What do you understand by MySQL server instance?
Answer: MySQL server instance is created from background processes and applications.it stays in memory and listens for client requests coming in over the network amd accesses database contents according to those requests and provides that to the clients.

Question: Differentiate between DDL and DML commands.
Answer: The DDL commands, as the name suggests, allow you to perform tasks related to data definition i.e. through these commands you can perform tasks like create, alter and drop schema objects, grant and revoke privileges etc.
The DML commands, as the name suggests, are used to manipulate data i.e. DML commands query and manipulate data in existing schema objects like, Select query, insert into command etc.

Question: Name some commands used to assign/revoke privileges from database users.
Answer: Grant Privilege Command and Revoke Privilege commands.

Question: What is MySQL? What are its functions and features?
Answer: MySQL is a free, open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). In MySQL database, information is stored in Tables. A single MySQL database can contain many tables at once and store thousands of individual records.
Its functions and features are –
(i) Speed
(ii) Ease of use
(iii) Cost
(iv) Query Language support
(v) Portability
(vi) Data Types
(vii) Security
(viii) Scalability and Limits
(ix) Connectivity
(x) Localization
(xi) Clients and Tools

Question: Name some Table maintenance commands?
Answer: ANALYZE TABLE , CHECK TABLE , CHECKSUM TABLE , OPTIMIZE TABLE , REPAIR

Worksheet for CBSE Computer Science Class 11 Relational Databases

We hope students liked the above worksheet for Relational Databases designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 11 Computer Science on a daily basis. All the latest worksheets with answers have been developed for Computer Science by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 11 Computer Science to develop the Computer Science Class 11 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 11 Computer Science designed by our teachers. We have also provided a lot of MCQ questions for Class 11 Computer Science in the worksheet so that you can solve questions relating to all topics given in each chapter.

Where can I download latest CBSE Printable worksheets for Class 11 Computer Science Relational Databases

You can download the CBSE Printable worksheets for Class 11 Computer Science Relational Databases for latest session from StudiesToday.com

Is there any charge for the Printable worksheets for Class 11 Computer Science Relational Databases

There is no charge for the Printable worksheets for Class 11 CBSE Computer Science Relational Databases you can download everything free

Are there any websites that offer free test sheets for Class 11 Computer Science Relational Databases

Yes, studiestoday.com provides all latest NCERT Relational Databases Class 11 Computer Science test sheets with answers based on the latest books for the current academic session

What topics are covered in CBSE Class 11 Computer Science Relational Databases worksheets?

CBSE Class 11 Computer Science Relational Databases worksheets cover all topics as per the latest syllabus for current academic year.

How can I use worksheets to improve my Class 11 Computer Science scores?

Regular practice with Class 11 Computer Science worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.