CBSE Class 10 Computer Science Database Management System Worksheet

Read and download free pdf of CBSE Class 10 Computer Science Database Management System Worksheet. Students and teachers of Class 10 Computers can get free printable Worksheets for Class 10 Computers Database Management System in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 10 students should practice questions and answers given here for Computers in Class 10 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 10 Computers Worksheets prepared by school teachers as per the latest NCERT, CBSE, KVS 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 10 Computers Database Management System

Class 10 Computers students should refer to the following printable worksheet in Pdf for Database Management System in Class 10. This test paper with questions and answers for Class 10 will be very useful for exams and help you to score good marks

Class 10 Computers Worksheet for Database Management System

A database is an organized collection of data. It is considered as a container of information. In the manual system, you would maintain several files with different bits of information while in the computerized system you would use database programs such as Microsoft Access, OpenOffice.org Base, and MySQL, to organize the data as per your business need.

A database is basically a computerbased record/data/information keeping system. Data is raw, unorganised facts and entities relevant to the user need to be processed such as a digital representation
of text, numbers, graphical images or sound. The data are stored in such a way that, they are independent of the programs used by the people for accessing the data.

Database can be created with the help of following structures

""CBSE-Class-10-Computer-Science-Database-Management-System-Worksheet

DATABASE MANAGEMENT SYSTEM (DBMS):
DBMS is a collection of programs that enables users to create, maintain database and control all the access to the database. It is a computer based record keeping system.
The primary goal of the DBMS is to provide an environment that is convenient and efficient for user to retrieve and store information. It acts as an interface between the application program and the data stored in the database.
DBMS is a software package that manages database. e.g. MySQL, INGRES, MS-Access, etc.
DBMS is actually a tool that is used to perform any kind of operation on data in database. It also maintains data consistency in case of multiple users. The purpose of a DBMS is to bridge the gap between information and data.

Data can be organized into two types:
➤ Flat File: Data is stored in a single table. Usually suitable for less amount of data.
➤ Relational: Data is stored in multiple tables and the tables are linked using a common field. Relational is suitable for medium to large amount of data.

DATABASE SERVERS
Database servers are dedicated computers that hold the actual databases and run only the DBMS and related software.

ADVANTAGES OF A DATABASE/DBMS
The centralised nature of database system provides several advantages, which overcome the limitations of the conventional file processing system. These advantages are as follows
1. Reduce Data Redundancy: Redundancy means ‘duplication of data’. This eliminates the replication of data item in different files, extra processing required to face the data item from a large database. This also ensures data consistency and saves the storage space.
2. Enforcing Data Integrity: It means that, the data contained in the database is accurate and consistent. Integrity constraints or consistency rules can be applied to database, so that the correct data can be entered into the database.
3. Data Sharing: The data stored in the database can be shared among multiple users or application programs.

4. Data Security: The DBMS ensures that the access of database is done only through an authorised user.
5. Ease of Application Development: The application programmer needs to develop the application programs according to the user’s needs.
6. Backup and Recovery: The DBMS provides backup and recovery sub-system that is responsible to recover data from hardware and software failures.
7. Multiple Views of Data: A view may be the subset of database. Various users may have different views of the database itself.
8. Enforced Standards: It can ensure that, all the data follow the applicable standards.
9. Data Independence: System data descriptions are independent from the application programs.

DISADVANTAGES OF A DATABASE/DBMS 
There are many advantages of database, but database also have some minor disadvantages. These disadvantages are as follows
1. Cost of Hardware and Software: Through the use of a database system, new costs are generated due to additional hardware and software requirements.
2. Complexity: A database system creates additional complexity and requirements.
3. Database Failures: If database is corrupted due to power failure or it is corrupted on the storage media, then our valuable data may be lost or the system will stop working.
4. Lower Efficiency: A database system is a multi-user software, which is less efficient.

SOME KEY FEATURES OF A DATABASE:
1. A database can have one or many tables. An address book example is a very simple one, in real world there are many more details involved.
2. Each table in a database contains information about one type of item. So, a database is a container that holds tables and other objects and manages how they can be used.
3. A record uniqueness in every table. It is important to be able to distinguish between different items having duplicate values. Uniqueness helps to avoid accidental duplication of records caused by user or computer error.
4. Every database table should have one or more fields designated as key. You can assign a unique value to this key for differentiating records that may have similar names or addresses.

COMPONENTS OF A DATABASE
A database consists of several components. Each component plays an important role in the database system environment.
The major components of database are as follows
• Data: It is raw numbers, characters or facts represented by value. Most of the organisations generate, store and process large amount of data. The data acts as a bridge between the hardware and the software. Data may be of different types such as User data, Metadata and Application Metadata.
• Software: It is a set of programs that lies between the stored data and the users of database. It is used to control and manage the overall computerised database. It uses different types of software such as MySQL, Oracle, etc.
• Hardware: It is the physical aspect of computer, telecommunication and database, which consists of the secondary storage devices such as magnetic discs, optical discs, etc., on which data is stored.
• Users: It is the person, who needs information from the database to carry out its primary business responsibilities.

TYPES OF USERS
The various types of users which can access the database system are as follows

• Database Administrator (DBA): A person, who is responsible for managing or establishing policies for the maintenance and handling the overall database management system is called DBA.
• Application Programmer: A person, who writes application programs in programming languages to interact and manipulate the database are called application programmer.
• End-user: A person, who interacts with the database system to perform different operations on the database like inserting, deleting, etc., through menus or forms is called end-user.

RELATIONAL DATABASE MANAGEMENT SYSTEM (RDBMS)
RDBMS is a type of DBMS that stores data in the form of relations (tables). Relational databases are powerful, so they require few assumptions about how data is related or how it will be extracted from the databases.
An important feature of relational database system is that a single database can be spread across several tables. Base, Oracle, DB2, SAP, Sybase, ASE, Informix, Access, etc., are the examples of RDBMS.

WORKING OF A DATABASE
Database is created to operate large quantities of information by input, store, retrieve and manage the information. It is a centralised location which provides an easy way to access the data by several users. It does not keep the separate copies of a particular data file still a number of users can access the same data at the same time.

""CBSE-Class-10-Computer-Science-Database-Management-System-Worksheet-1

As the diagram shows, DBMS works as an interface between the user and the centralised database.
First, a request or a query is forwarded to a DBMS which works (i.e. a searching process is started on  the centralised database) on the received query with the available data and if the result is obtained, it is forwarded to the user.
If the output does not completely fulfill the requirements of the user, then a rollback (again search) is done and again search process is performed until the desired output is obtained.

DATA INTEGRITY
Data Integrity ensures the accuracy, reliability and consistency of the data during any operation.
Each type of data integrity are as follows
• Entity Integrity: It defines the primary key of a table. Entity integrity rule on a column does not allow duplicate and null values.
• Domain Integrity: It defines the type, range and format of data allowed in a column. Domain integrity states that all values in a column must be of same type.
• Referential Integrity: It defines the foreign key concepts. Referential integrity ensures that data in related tables remains accurate and consistent before and after changes.
• User Defined Integrity: If there is some business requirements which do not fit any above data integrity then user can create own integrity, which is called user defined integrity.

KEY FIELDS
The key is defined as the column or the set of columns of the database table which is used to identify each record uniquely in a relation. If a table has id, name and address as the column names, then each one is known as the key for that table. The key field is a unique identifier for each record.

TYPES OF KEY FIELDS
The following are the types of key fields available in the DBMS system

Primary Key: A field or a set of fields that uniquely identify each record in a table is known as a primary key. Each relation has atleast one column for which each row that must have a unique value. Only one column attribute can be defined as a primary key for each table.
A primary key must possess the following properties
• It does not allow null values.
• It has a unique index.
• It allows numbers and text both.
e.g. In the student’s table, StudentId works as a primary key because it contains Ids which are unique for each student. Note: Data cannot be primary key.

Candidate Key: The set of all attributes which can uniquely identify each tuple of a relation are known as candidate keys. Each table may have one or more candidate keys and one of them will become the primary key. The candidate key of a relation is always a minimal key. e.g. Column StudentId and the combination of FirstName and LastName work as the candidate keys for the student table.
A candidate key must possess the following properties
• For each row, the value of the key must uniquely identify that row.
• No attribute in the key can be discarded without destroying the property of unique identification.

Alternate Key: From the set of candidate keys after selecting one of the keys as a primary key, all other remaining keys are known as alternate keys. e.g. From the candidate keys (StudentId, combination of FirstName and LastName), if StudentId is chosen as a primary key, then the combination of FirstName and LastName columns work as alternate keys.

Foreign Key: A field of a table (relation) that references the primary key of another table is referred to as foreign key. The relationship between two tables is established with the help of foreign key. A table may have multiple foreign keys and each foreign key can have a different referenced table. Foreign keys play an essential role in database design, when tables are broken apart, then foreign keys make it possible for them to be reconstructed. e.g. CourseId column of student table (reference table) works as a foreign key as well as a primary key for course table (referenced table). Data in a relational database management system (RDBMS) is organized in the form of tables.

DATABASE OBJECTS :
1) Table: A table is a set of data elements (values) that is organized using a model of vertical columns and horizontal rows. A table has a defined number of columns, but can have any number of rows. Each row is identified by the values appearing in a particular column identified as a unique key index or the key field.
2) Columns or Fields or Attributes: A column is a set of data values of a particular simple type, one for each row of the table. The columns provide the structure according to which the rows are composed. For example, cFirstName, or cLastName are fields in a row.
3) Rows or Records or Tuples: A row also called a Record or Tuple represents a single data item in a table. Each row in a table represents a set of related data, and every row in the table has the same structure.

CREATING DATABASE USING OPENOFFICE:
1) Open the OpenOffice Base Application by Clicking on Start>Programs>OpenOffice.org4>OpenOffice.org Base.
2) Create a new database by selecting the option Create a new database
3) Database wizard appear. Click Finish. The Save As dialog box appears.
4) Specify a name for the database in the File name: field and click Save.

CREATE TABLES:
Tables are the basic building blocks of a database. You store the data in the database in the form of tables.
There are different ways to create a table:

a) Use Wizard To Create Table:
The following are the steps to create a table:
1) Click on Tables > Use Wizard to Create Table
2) Click the Select Fields > Choose Category > Select the table > Click on Next Button.
3) Select the fields as per the requirements. Click on Next button
4) Set the data types and properties of the selected fields. Click on Next Button
5) Set the Primary Key and Click on Next Button
6) Window to rename the table will open. A user can either go ahead with the same table name or can change it.
7) Click on Finish to insert the data in the table.

b) Creating table using Design View
1) Click on Create Table in Design View.
2) Specify the field name and data type of the field.
3) Save the table by clicking on File > Save
4) Specify the table name. The default name is Table1. Click OK.
5) An alert appears, if there is no primary key in the table.
6) Click yes and set the primary key and finally save the table.

DATA TYPES:
Datatypes are used to identify which type of data (value) we are going to store in the database. Data types in OpenOffice base are broadly classified into five categories listed below.
• Numeric Types
• Alphanumeric Types
• Binary Types
• Date time
• Other Variable types

Numeric Types: Numeric data types in a database can be used for storing information such as mobile number, roll number, door number etc. The different types of numeric data types available are listed here.

""CBSE-Class-10-Computer-Science-Database-Management-System-Worksheet-2

Alphanumeric Types: This data type is used to store information which has alphabets as well as numbers for example address, book summary field etc. The different types of Alphanumeric Types available are listed here.

""CBSE-Class-10-Computer-Science-Database-Management-System-Worksheet-3

Date time: Date time data types in a database can be used for storing information such as date of birth, date of admission, date of product sale, etc.

""CBSE-Class-10-Computer-Science-Database-Management-System-Worksheet-4

PERFORM OPERATIONS ON TABLE
In OpenOffice Base, data is stored in tables which can be inserted, modified and removed using appropriate options.

Inserting Data In The Table:
To insert the data in the table, follow the steps:
1) Select the table > Double click on it.
2) The table will open in Datasheet View.
3) Insert the required number of records in Datasheet View.

Editing Records In The Table:
To edit the data in the table, follow the steps:
1) Select the table > Double click on it.
2) The table will open in Datasheet View.
3) Edit the required record in Datasheet View.

Deleting Records From The Table:
To remove the data from the table, follow the steps:
1) Select the table > Double click on it.
2) The table will open in Datasheet View.
3) Select the data > right click on selected data > select the Delete option

FIELD PROPERTIES:
To set the field properties: Select the table > Right click > Select the option Edit > the table will open in Design View.
In design view there are different properties of fields according to the data type set for each field.

The properties of numeric type data is given below :
1) AutoValue – if set to yes then field will get the auto numeric values.
2) AutoValue – if set to yes then field will get the auto numeric values.
3) Length – By default length of the field is 10 but the size of the field can be set to maximum length.
4) Default Value – A default value can be set for a field if user don’t provide any value while entering the values in the table.
5) Format – This property helps to set the format of the data entered in the field such as 91-222-333.

The properties of character type data is shown below :
1) Entry Required – if set to yes then it will be must to insert the value in the field.

2) Length – By default length of the field is 10 but the size of the field can be set to maximum length.
3) Default Value – A default value can be set for a field if user don’t provide any value while entering the values in the table.
4) Format – This property helps to set the format of the data entered in the field such as 91-222-333.

SORTING DATA: Sorting means to arrange the data in either ascending order of descending order.

REFERENTIAL INTEGRITY:
Referential integrity is used to maintain accuracy and consistency of data in a relationship. In Base, data can be linked between two or more tables with the help of primary key and foreign key

Referential integrity helps to avoid:
1) Adding records to a related table if there is no associated record available in the primary key table.
2) Changing values in a primary if any dependent records are present in associated table(s).
3) Deleting records from a primary key table if there are any matching related records available in associated table(s).

CREATING AND EDITING RELATIONSHIPS BETWEEN TABLES:
A relationship refers to an association or connection between two or more tables. Relationships between tables helps to:
• Save time as there is no need to enter the same data in separate tables.
• Reduce data-entry errors.
• Summarize data from related tables.
You can create a relationship between any two tables by selecting Relationships option from the Tools menu.

There are three types of relationships which can be created in tables:
1) ONE to ONE Relationship: In this relationship, both the tables must have primary key columns.
2) One to Many Relationship: In this relationship, one of the table must have primary key column.
3) Many to Many Relationship: In this relationship, no table has the primary key column.

REMOVE THE RELATIONSHIPS:
The relationships applied on the tables can be removed also with the help of Delete option. Right
Click on the relationship thread and select Delete option.

RETRIEVE DATA USING QUERY
A query is to collect specific information from the pool of data. A query helps us join information from different tables and filter that information
                                    OR
Queries are commands that are used to define the data structure and also to manipulate the data in the database.
There are two types of languages:-
DDL (Data Definition Language)
DML (Data Manipulation Language)

DATA DEFINITION LANGUAGE (DDL)
DDL is used to define the structure of your tables and other objects in the database. In DBMS, it is used to specify a database schema as a set of definitions (expressed in DDL). In SQL, the Data
Definition Language allows you to create, alter and destroy database objects. Basically, a data definition language is a computer language used to create and modify the structure of database objects in a database. These database objects include views, schemes, tables, indexes, etc.
This term is also known as data description language in some contexts, as it describes the fields and records in a database table.

Data definition language consists of various commands that lets you to perform some specified tasks
as follows
1) CREATE: Uses to create objects in the database.
2) ALTER: Uses to alter the structure of the database table. This command can add up additional
columns, drop existing columns and even change the data type of columns involved in a database
table.
3) DROP: Uses to delete objects from the database.
4) TRUNCATE: Uses to remove all records from a table.
5) RENAME: Uses to rename an object.

DATA MANIPULATION LANGUAGE (DML)
DML provides various commands used to access and manipulate data in existing database. This manipulation involves inserting data into database tables, retrieving existing data, deleting data from existing tables and modifying existing data.
DML is mostly incorporated in SQL database. The basic goal of DML is to provide efficient human interaction with the system.

The DMLs are of two types
Procedural DMLs These require a user to specify what data is needed and how to get it.
Non-Procedural DMLs These require a user to specify what data is needed without specifying how to get it.
Various data manipulation language commands are as follows
1) SELECT: Used to retrieve data from a database.
2) INSERT: Used to insert data into a table.
3) UPDATE: Used to update existing data within a table.
4) DELETE: Used to delete all records from a table, the space of the records remains.
5) LOCK TABLE: Used to control concurrency.

SELECT STATEMENT :
A SELECT statement retrieves zero or more rows from one or more tables. SELECT is the most commonly used Data Manipulation Language(DML) command. To retrieve all the columns in a table the syntax is: SELECT * FROM <Table Name>;
For example, if you want to display all the data from table emp (short form of employee), the command is Select * from emp;

The SELECT statement has many optional clauses:
• WHERE specifies which rows to retrieve.
• ORDER BY specifies an order in which to return the rows. for example : Select * from emp where name = “Ravi”;
The above query will show result of a particular employee named “Ravi”.
Select * from emp order by Salary;
The above query will show all the records of table emp according to ascending order of column Salary.

PERFORMING CALCULATIONS :
In Base, simple calculations can be done on the data using arithmetic operators. Example:
1) To display the salary of all the employees after incrementing by 1000 then the following SQL command will be executed in Base. (Fields of table Employee are EmployeeID, FirstName, Salary)
Select “EmployeeID”, “FirstName”, “Salary” +1000 from “Employee”;
2) To display the salary of all the employees after decreasing by 10000 then the SQL command will be: Select “EmployeeID”,
“FirstName”, “Salary” – 10000 from “Employee”;
3) To display the salary of all the employees after incrementing it as twice the amount of present salary, then the SQL command will be .
Select “EmployeeID”, “FirstName”, “Salary” * 2 from “Employee”

UPDATE STATEMENT :
Update statement is used for modifying records in a database. The general syntax of the update statement is as follows:
UPDATE <table name> SET <Column name > = value [WHERE <Condition>];for example :
1) To increase(update) the salary of employee “Ravi” by Rs 2000 (in table Employee)then the SQL command will be:
Update Employee set Salary = Salary + 2000 Where FirstName = “Ravi”;
CREATE FORMS AND REPORTS USING WIZARD
FORM: A form provides the user a systematic way of storing information into the database. It is an interface in a user specified layout that lets users to view, enter, and change data directly in database objects such as tables.

Creating Form Using Wizard : Steps To Create Form Using Wizard are :
1) Click Use Wizard to Create Form… option under Tasks group. The Form Wizard dialog box appears.
2) Select selective fields to be sent onto the form by selecting the field name and clicking >button and click Next.
3) Select the option Add Subform if you need to insert the contents in the table in a separate form and click Next.
4) Arrange selected fields in a form and click Next.
5) Select the data entry mode and click Next.
6) Specify the styles to be used in the form and click Next.
7) Specify the name of the form. Click Finish.

REPORT: A report helps to display the data in a summarized manner. It is used to generate the overall work outcome in a clear format.

Creating Reports using wizard : Steps To Create Report Using Wizard are :
1) Click on Use Wizard to Create Report… option available under Tasks.
2) Select all the table fields by selecting the >> button.
3) Redefine the label of the fields in the reports or else you can set the default name and click Next.
4) Define grouping for the fields of the table if required and click Next
5) Sort the field in the report by selecting the appropriate field name and sorting method(if required) and click Next.
6) Select the layout of the report and click Next.
7) Define a name for the report and click Finish.

OBJECTIVE QUESTIONS

Question. What is the purpose of a form in a database?
a. Form is systematic way of storing information into the table.
b. Form is used to display information.
c. Both a) and b)
d. None of the above.
Answer : A

Question. Which field in the “Student” table can act as the primary key?
a. Roll_No
b. Fee
c. Student_name
d. Marks
Answer : A

Question. _________ statement retrieves zero or more rows from one or more database tables or database views.
a. Select
b. Update
c. Delete
d. None of the above
Answer : A

Question. The syntax of the update statement is _____________.
a. Update <tablename> set <columnname = value> where <condition>;
b. Update <tablename> set <condition> where <condition>;
c. Modify <tablename> set < value> where <condition>;
d. Modify <tablename> set <columnname = value> where <condition>;
Answer : A

Question. A ________ enables users to view, enter, and change data directly in database objects such as tables.
a. Table
b. Form
c. Report
d. None of the above
Answer : B

Question. To remove one or more records from a database, use the _________ statement.
a. Select
b. Update
c. Delete
d. None of the above
Answer : C

Question. __________ statement is used for modifying records in a database.
a. Select
b. Update
c. Delete
d. None of the above
Answer : B

Question. Which data type is suitable for storing values for ‘date of birth’ field?
a. Time
b. Date
c. Both of the above
d. Timestamp
Answer : B

Question. Which data type is most suitable for storing a very large amount of data?
a. LongVarchar or Memo
b. Char
c. Varchar
d. Varchar_IgnoreCase
Answer : A

Question. To create a form you need to select the _________ option available under the Database section.
a. Form
b. Query
c. Report
d. All of the above
Answer : A

Question. _________ are the interfaces with which the user interacts.
a. Form
b. Query
c. Report
d. All of the above
Answer : A

Question. A ______ helps to collect specific information from the pool of data in the database.
a. Form
b. Query
c. Report
d. All of the above
Answer : B

Question. A _______ helps the user to systematically store information in the database.
a. Form
b. Table
c. Report
d. None of the above
Answer : A

Question. ________ is used to display the summary of data.
a. Form
b. Query
c. Report
d. All of the above
Answer : C

Question. By default, data is arranged in _______ order using ORDER BY clause.
a. Ascending
b. Descending
c. Both a) and b)
d. None of the above
Answer : A

Question. Data from multiple tables can be stored in _______.
a. Data system
b. Database
c. Datatype
d. None of the above
Answer : B

Question. Identify the odd one out.
a. Binary Types
b. Date & Day Type
c. Numeric Types
d. Alphanumeric Types
Answer : B

Question. What is the purpose of a report in a database?
a. Report is used to display information.
b. Report is systematic way of storing information into the table.
c. Both a) and b)
d. None of the above.
Answer : A

Question. In Base, how can data be linked between two or more tables?
a. Foreign key
b. Primary key
c. Both a) and b)
d. None of the above
Answer : C

Question. Which data type is appropriate for storing information such as salary, fees, and price?
a. Binary data type
b. Alphanumeric data type
c. Date Time
d. Numerical data type
Answer : D

Question. What is the default name of a table?
a. 1 Table
b. Table 1
c. Untitled 1
d. Tab 1
Answer : B

Question. Which of the following is NOT a SQL command?
a. DELETE
b. UPDATE
c. SELECT
d. CREATE
Answer : D

Question. In what ways can a table be created?
a. Using a Wizard
b. Using design view
c. Both a) and b)
d. None of the above
Answer : C

Question. In which view can the structure of a table be changed?
a. Design view
b. Structure view
c. Data view
d. All of the above
Answer : A

Question. Which SQL command will increase the salary of all employees by 5000? (Table name is emp and column name is salary).
a. UPDATE emp SET sal = salary + 5000;
b. UPDATE SET sal = salary + 5000;
c. UPDATE emp SET salary = 5000;
d. None of the above.
Answer : A

Question. What is the purpose of the SQL query: “SELECT * FROM Stud ORDER BY Rollno ASC;”?
a. Display all record in ascending order followed by Rollno
b. To display all the records of the table.
c. Both of the above.
d. None of the above.
Answer : A

Question. Does data integrity mean that data is accurate and consistent in the database?
a. Yes
b. No
Answer : A

Question. Are queries commands that are used to define the structure and modify the data in a table?
a. True
b. False
Answer : A

Question. Is Open Office base an open source software?
a. True
b. False
Answer : B

Question. In which relationship, both the tables must have primary key columns?
a. One to Many
b. One to One
c. Many to Many
d. Many to All
Answer : B

Question. Which of the following data types will occupy more space in computer memory?
a. Bigint
b. Smallint
c. Tinyint
d. Integer
Answer : A

Question. What kind of field is a primary key?
a. Duplicate Data
b. Unique Data
c. Any Data
d. None of the above
Answer : B

Question. What does DML stand for?
a. Database Manipulation Language
b. Data Modification Language
c. Data Manipulation Language
d. None of the above
Answer : A

Question. In which view can data be entered in a table?
a. Data view
b. Datasheet view
c. Both a) and b)
d. None of the above
Answer : B

Question. Which SQL query will retrieve the details of all students whose favorite color is blue?
a. SELECT all FROM Stud WHERE fav_Color = ‘Blue’;
b. SELECT all FROM Stud WHERE fav_Color is ‘Blue’;
c. SELECT name FROM Stud WHERE fav_Color = ‘Blue’;
d. SELECT * FROM Stud WHERE fav_Color = ‘Blue’;
Answer : D

Question. What is a foreign key?
a. A key that can contain null values
b. A key that can contain Zero
c. A key that references another table’s primary key
d. A key that uniquely identifies in table
Answer : C

Question. What is a database?
a. A collection of attributes
b. A collection of field
c. An organized collection of data
d. None of the above
Answer : C

Question. By default, data is arranged in _____ order using the ORDER BY clause.
a. Descending
b. Ascending
c. Both a) and b)
d. None of the above.
Answer : B

Question. What is the purpose of the Update command in a database?
a. It is used to modify the data of the table.
b. It is used to delete the table.
c. It is used to modify the structure of the table.
d. It is used to insert data in the table.
Answer : A

Question. Which statement is used to remove one or more records from a database?
a. Erase
b. Delete
c. Remove
d. Del
Answer : B

Question. What are the commands that define the data structure and manipulate the data in a database?
a. Reports
b. Queries
c. Forms
d. Tables
Answer : B

Question. Which method is used to create a table step by step?
a. Use Wizard to Create Table
b. Create View
c. Create table in Design View
d. None of the above
Answer : A

Question. Which of the following is not a Date Time data type?
a. Date
b. Stamptime
c. Time
d. Timestamp
Answer : B

Question. Which operators are used to perform simple calculations in Base?
a. Arithmetic Operators
b. Membership Operators
c. Logical Operators
d. Relational Operators

Answer : A

Question. Which of the following field properties is for the Numeric data type in Base?
a. Default Value
b. AutoValue
c. Length
d. All of the above
Answer : D

Question. Which of the following is not a database program?
a. MySQL
b. Writer
c. Oracle
d. OpenOffice base
Answer : B

Question. Can ‘Where’ and ‘Order by’ clauses be used together in a single query?
a. True
b. False
Answer : A

Question. Can we insert records into a table using a form in a database?
a. True
b. False
Answer : A

Question. Binary data types are used for storing data in _________________ formats.
a. image
b. sound
c. boolean
d. binary
Answer : D

Question. Rajesh wants to display the salary of all the employees after incrementing it by twice the amount of the present salary. Which query will help her achieve this task?
a. Select salary + 2 from employee;
b. Select salary / 2 from employee;
c. Select salary – 2 from employee;
d. Select salary * 2 from employee;
Answer : D

Question. What does SQL stand for?
a. Structured Query Language
b. Structured Quality Language
c. Structural Query Language
d. None of the above
Answer : B

Question. Which element in a table contains data of the same data type?
a. Column
b. Tuple
c. Record
d. All of the above
Answer : A

Question. Which SQL command is used to delete data from a table?
a. INSERT
b. REMOVE
c. SELECT
d. DELETE
Answer : D

Question. Which property helps to set the value that is automatically inserted in a field when a new record is created?
a. Length
b. Entry Required
c. Format
d. Default Value
Answer : D

Question. Can relationships be created between _________ tables in Base?
a. One table only
b. Two or more tables
c. Both a) and b)
d. None of the above
Answer : B

Question. What data type is the Auto Value property used for?
a. Date
b. Character
c. Numeric
d. Binary
Answer : C

Question. Which of the following is not a category of Open Office data types?
a. Alphanumeric Types
b. Date time
c. Numeric Types
d. Bool Type
Answer : D

Question. A table has a fixed number of ________ but can have any number of ________
a. tuple, columns
b. columns, rows
c. rows, columns
d. tuple, degree
Answer : B

Question. Which language is used to extract/fetch data from a table?
a. HTML
b. MySQL
c. OOBase
d. Python
Answer : B

Question. Which feature is used to collect specific information from the pool of data?
a. Form
b. Query
c. Table
d. Report
Answer : B

Question. What is the default length of the Integer data type in Base?
a. 20
b. 40
c. 10
d. 50
Answer : C

Question. Which is the most common DML command?
a. Delete
b. Select
c. Update
d. All of the above
Answer : B

Question. Which of the following relationships cannot be created in Open Office Base?
a. One to Many
b. Many to Many
c. One to One
d. Many to All
Answer : D

Question. In which view can data be entered in a table in Base?
a. Datasheet View
b. Design View
c. Both of the above
d. None of the above
Answer : A

Question. We can create a relationship between any two tables by selecting which option from the which menu?
a. Relationships
b. Filter
c. Sort
d. All of the above
Answer : A

Question. Which of the following acts as an interface to view, enter and change data in a database?
a. Report
b. Form
c. Table
d. Query
Answer : B

Question. Which feature helps us get summarized data in a database?
a. Form
b. Query
c. Report
d. Table
Answer : C

Question. Which of the following is NOT a join type in SQL?
a. Outer join
b. Full join
c. Inner join
d. Circular join
Answer : D

Question. Which database feature helps users to systematically store information in a table?
a. Table
b. Report
c. Form
d. Query
Answer : C

Question. Which field property in Base can be used to automatically increment the value of a field?
a. Format
b. Length
c. Auto Value
d. Default Value
Answer : C

Question. Which software is appropriate for storing data about school students?
a. Calc
b. MS-Access
c. Writer
d. Impress
Answer : B

Question. What kind of data storage system stores data in a single table?
a. Only File
b. Relational
c. One File
d. Flat File
Answer : D

Question. Which of the following is NOT a component of a database management system?
a. Data warehouse
b. Query language
c. Data dictionary
d. Database engine
Answer : A

Question. What kind of computer holds the actual databases and runs only DBMS and related software?
a. Database Server
b. Web Server
c. SMPT Server
d. POP Server
Answer : A

More Study Material

CBSE Class 10 Computers Database Management System Worksheet

We hope students liked the above worksheet for Database Management System designed as per the latest syllabus for Class 10 Computers released by CBSE. Students of Class 10 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 10 Computers on a daily basis. All the latest worksheets with answers have been developed for Computers 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. Studiestoday is the best portal for Class 10 students to get all the latest study material free of cost.

Worksheet for Computers CBSE Class 10 Database Management System

Expert teachers of studiestoday have referred to the NCERT book for Class 10 Computers to develop the Computers Class 10 worksheet. If you download the practice worksheet for one chapter daily, you will get higher and better marks in Class 10 exams this year as you will have stronger concepts. Daily questions practice of Computers worksheet and its study material will help students to have a stronger understanding of all concepts and also make them experts on all scoring topics. You can easily download and save all revision worksheet for Class 10 Computers also from www.studiestoday.com without paying anything in Pdf format. 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 10 Computers designed by our teachers

Database Management System worksheet Computers CBSE Class 10

All worksheets given above for Class 10 Computers have been made as per the latest syllabus and books issued for the current academic year. The students of Class 10 can be rest assured that the answers have been also provided by our teachers for all worksheet of Computers so that you are able to solve the questions and then compare your answers with the solutions provided by us. We have also provided a lot of MCQ questions for Class 10 Computers in the worksheet so that you can solve questions relating to all topics given in each chapter. All study material for Class 10 Computers students have been given on studiestoday.

Database Management System CBSE Class 10 Computers Worksheet

Regular worksheet practice helps to gain more practice in solving questions to obtain a more comprehensive understanding of Database Management System concepts. Worksheets play an important role in developing an understanding of Database Management System in CBSE Class 10. Students can download and save or print all the worksheets, printable assignments, and practice sheets of the above chapter in Class 10 Computers in Pdf format from studiestoday. You can print or read them online on your computer or mobile or any other device. After solving these you should also refer to Class 10 Computers MCQ Test for the same chapter.

Worksheet for CBSE Computers Class 10 Database Management System

CBSE Class 10 Computers best textbooks have been used for writing the problems given in the above worksheet. If you have tests coming up then you should revise all concepts relating to Database Management System and then take out a print of the above worksheet and attempt all problems. We have also provided a lot of other Worksheets for Class 10 Computers which you can use to further make yourself better in Computers

Where can I download latest CBSE Printable worksheets for Class 10 Computers Database Management System

You can download the CBSE Printable worksheets for Class 10 Computers Database Management System for latest session from StudiesToday.com

Can I download the Printable worksheets of Database Management System Class 10 Computers in Pdf

Yes, you can click on the links above and download Printable worksheets in PDFs for Database Management System Class 10 for Computers

Are the Class 10 Computers Database Management System Printable worksheets available for the latest session

Yes, the Printable worksheets issued for Class 10 Computers Database Management System have been made available here for latest academic session

How can I download the Class 10 Computers Database Management System Printable worksheets

You can easily access the links above and download the Class 10 Printable worksheets Computers Database Management System for each chapter

Is there any charge for the Printable worksheets for Class 10 Computers Database Management System

There is no charge for the Printable worksheets for Class 10 CBSE Computers Database Management System you can download everything free

How can I improve my scores by solving questions given in Printable worksheets in Class 10 Computers Database Management System

Regular revision of practice worksheets given on studiestoday for Class 10 subject Computers Database Management System can help you to score better marks in exams

Are there any websites that offer free test sheets for Class 10 Computers Database Management System

Yes, studiestoday.com provides all latest NCERT Database Management System Class 10 Computers test sheets with answers based on the latest books for the current academic session

Can test papers for Class 10 Computers Database Management System be accessed on mobile devices

Yes, studiestoday provides worksheets in Pdf for Database Management System Class 10 Computers in mobile-friendly format and can be accessed on smartphones and tablets.

Are worksheets for Database Management System Class 10 Computers available in multiple languages

Yes, worksheets for Database Management System Class 10 Computers are available in multiple languages, including English, Hindi