Database Management System Class 10
Database Management System Class 10
2. A ________ is a software package that can be used for creating and managing
databases.
a. Database Management System
b. Basedata Management System
c. Database Manage System
d. None of the above
Answer ⟶ a. Database Management System
7. A database management system is a software package with computer programs that controls
the ___________.
a. Creation
b. Maintenance
c. Use of Database
d. All of the above
Answer ⟶ d. All of the above
9. A DBMS enables several user application programs to access the ________ database.
a. Other Database
b. Same Database
c. Both a) and b)
d. None of the above
Answer ⟶ b. Same Database
13. __________ are dedicated computers that hold the actual databases and run only
the DBMS and related software.
a. Database Server
b. Decided Server
c. Web Server
d. None of the above
Answer ⟶a. Database Server
15. When the same piece of data is stored in two or more locations, it is called_________.
a. Data Redundancy
b. Data Integrity
c. Data Consistency
d. None of the above
Answer ⟶a. Data Redundancy
18. Only authorized users should be allowed to access the database and their identity
should be authenticated using a username and password known as ________.
a. Data Redundancy
b. Data Consistency
c. Data Security
d. None of the above
Answer ⟶c. Data Security
20. ___________ prevent multiple mismatching copies of the same data in the database and
only valid data will be added in the database.
a. Data Redundancy
b. Backup and Recovery
c. Data Consistency
d. None of the above
Answer ⟶ c. Data Consistency
21. __________ in a table represents a set of information with the same structure in
every row.
a. Tuples
b. Record
c. Both a) and b)
d. None of the above
Answer ⟶c. Both a) and b)
22. A __________ is the actual text, number, or date that you enter when adding data
to your database.
a. Values
b. Table
c. Boolean
d. None of the above
Answer ⟶a. Values
23. The unique field present in the table is called __________.
a. Primary Key
b. Candidate Key
c. Foreign Key
d. None of the above
Answer ⟶a. Primary Key
24. When the primary key is applied on multiple columns is known as __________.
a. Primary Key
b. Composite Primary Key
c. Foreign Key
d. None of the above
Answer ⟶b. Composite Primary Key
25. By default if the primary key is not defined that column is known as __________.
a. Primary Key
b. Candidate Key
c. Foreign Key
d. None of the above
Answer ⟶c. Foreign Key
26. __________ key can store multiple same records in the table.
a. Primary Key
b. Candidate Key
c. Foreign Key
d. None of the above
Answer ⟶c. Foreign Key
27. The relationship between two tables where one table has one record and another
table has many records is known as ___________.
a. One-to-Many
b. Many-to-Many
c. Many-to-One
d. None of the above
Answer ⟶a. One-to-Many
Session 2: Create and Edit Tables Using Wizard & SQL Commands
28. SQL stands for _____________.
a. Single Query Language
b. Structured Query Language
c. Semantic Query Language
d. None of the above
Answer ⟶b. Structured Query Language
29. A ____________ is a collection of data components organized in the form of
vertical columns and horizontal rows.
a.Table
b. Attributes
c. Tuple
d. Fields
Answer⟶ a. Table
30. A row also called a Record or _________ represents a single, data item in a table.
a. Column
b. Tuples
c. Fields
d. None of the above
Answer ⟶ b. Tuples
34. What are the different types of data type available in OpenOffice base?
a. Numeric Types
b. Alphanumeric Types
c. Binary Types & Date time
d. All of the above
Answer ⟶d. All of the above
35. __________ types are used for describing numeric values for the field used in the
table of a database.
a. Numeric Type
b. Alphanumeric Type
c. Boolean Type
d. Date & Time
Answer ⟶a. Numeric Type
38. ____________ data type can store UTF 8 Characters in the database.
a. Longvarchar
b. Char
c. Both a) and b)
d. None of the above
Answer ⟶c. Both a) and b)
40. ___________ data types in a database can be used for storing photos, music,
video or any file format.
a. Numerical Type
b. Alphanumeric Type
c. Binary Type
d. Date & Time
Answer ⟶c. Binary Type
41. Which datatype is used for storing date and time both in the database.
a. Date
b. Time
c. Timestamp
d. None of the above
Answer ⟶c. Timestamp
42. A table is a collection of data elements that are organized using a vertical
__________ and horizontal ___________ model.
a. Column & Row
b. Row & Column
c. Column & Column
d. Row & Row
Answer ⟶a. Column & Row
43. A ________ is a collection of data values of a specific type, one for each row of a
table.
a. Column
b. Row
c. Cell
d. None of the above
Answer ⟶a. Column
54. The connection or association between two or more table is known as____________.
a. Connection
b. Relationship
c. Connector
d. None of the above
Answer ⟶b. Relationship
56. What are the different types of relationships which can be created in table___________.
a. One to One
b. One to Many or Many to One
c. Many to Many
d. All of the above
Answer ⟶d. All of the above
57. ___________ is the relationship, where both the tables must have primary key
columns.
a. One to One
b. One to Many or Many to One
c. Many to Many
d. All of the above
Answer ⟶a. One to One
13/43
58. ____________ in this relationship, one of them must have a primary key column.
a. One to One
b. One to Many or Many to One
c. Many to Many
d. All of the above
Show Answer ⟶
b. One to Many or Many to One
59. A ____________________ is a standard for commands that define the different
structures in a database.
a. Data Manipulation Language (DML)
b. Data Definition Language (DDL)
c. Both a) and b)
d. None of the above
Show Answer ⟶
b. Data Definition Language (DDL)
60. A ______________ is a language that enables users to access and manipulate data
in a database.
a. Data Manipulation Language (DML)
b. Data Definition Language (DDL)
c. Both a) and b)
d. None of the above
Show Answer ⟶
a. Data Manipulation Language (DML)
Database Management System Class 10 MCQ
61. A ____________ is a subset of DML that just deals with information retrieval.
a. Query Language
b. Structure Language
c. Both a) and b)
d. None of the above
Show Answer ⟶
a. Query Language
62. A popular data manipulation language is _________________.
a. Structured Query Language
b. Machine Level language
c. Low level language
d. None of the above
Answer ⟶
a. Structured Query Language
63. There are __________ types of Relationships in a table.
a. 2
b. 3
c. 4
d. 5
Answer ⟶b. 3
Session 4: Retrieve data using Query
64. _________ means that the query hides certain data and displays only what you
want to see based on the criteria you provided.
a. Filtering
b. Sort
c. Query
d. All of the above
Answer ⟶a. Filtering
65. A __________ statement used to display the zero record or multiple record from
the database.
a. Select
b. Order By
c. Where
d. None of the above
Answer ⟶a. Select
66. To retrieve all the columns in a table the syntax is ___________.
a. Select $ from <tablename>;
b. Select * <tablename>;
c. Select * from <tablename>;
d. Select % <tablename>;
Answer ⟶c.
67. To display the records containing the same type of values _________ clause can
be used with the Select SQL Command.
a. Where
b. More
c. Order
d. Some
Answer ⟶a. Where
68. Shortcut key for executing query in OpenOffice base.
a. F2
b. F3
c. F4
d. F5
Answer ⟶d. F5
69. To view records in ascending order from a database.
a. Unorder by
b. Order by
c. Acc by
d. Decc by
Answer ⟶b. Order by
70. ___________ statement is used for modifying records in a database.
a. Modify
b. Update
c. Delete
d. Select
Answer ⟶b. Update
71. 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.
72. A _______ helps the user to systematically store information in the database.
a. Form
b. Table
c. Report
d. None of the above
he above
Show Answer ⟶
a. Ascending
76. __________ statement is used for modifying records in a database.
a. Select
b. Update
c. Delete
d. None of the above
Answer ⟶b. Update
77. 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. Delete
Session 5: Create Forms and Reports using Wizard
78. A __________ provides the user a systematic way of storing information into the
database.
a. Query
b. Form
c. Table
d. None of the above
Answer ⟶b. Form
79. __________ will help you to display summarized data from the database.
a. Report
b. Form
c. Table
d. None of the above
Answer ⟶a. Report
80. 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. Form
81. 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. Query
82. ________ is used to display the summary of data.
a. Form
b. Query
c. Report
d. All of the above
Answer ⟶c. Report
83. _________ are the interfaces with which the user interacts.
a. Form
b. Query
c. Report
d. All of the above
Answer ⟶a. Form
84. Data from multiple tables can be stored in _______.
a. Data system
b. Database
c. Datatype
d. None of the above
Answer ⟶b. Database
85. 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. Date
86. 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. LongVarchar or Memo
87. Identify the odd one out.
a. Binary Types
b. Date & Day Type
c. Numeric Types
d. Alphanumeric Types
Answer ⟶ b. Date & Day Type
88. What does a single data item in a table represent?
a. Columns
b. Attribute
c. Rows
d. Field
Answer ⟶c. Rows
89. Which toolbar helps us move from one record to another in a form in a database?
a. Formatting Toolbar
b. Image Toolbar
c. Standard Toolbar
d. Form Navigation Toolbar
Answer ⟶ d. Form Navigation Toolbar
90. What is the correct query to increase the salary of all employees by Rs.10000 in a
table named Employee with a column name of Salary?
a. Update Employee set Salary = Salary + 10000;
b. Update * Employee set Salary = Salary + 10000.
c. Update table Employee set Salary = Salary + 10000;
d. Update table Employee set Salary = 10000;
Answer ⟶ a. Update Employee set Salary = Salary + 10000;
91. Which query will display the details of all the students in increasing order of Roll
number?
a. Select * from student order by ‘Rollno’;
b. Select * student order by ‘Rollno’;
c. Select all from student order by ‘Rollno’;
d. Select * from student orderby ‘Rollno’;
Answer ⟶ a. Select * from student order by ‘Rollno;
2. Which clauses can be used with the SELECT statement?
a. Order by Clause
b. Where clause
c. Both a) and b)
d. None of the above
Answer ⟶c. Both a) and b)
93. In which relationship, no table has the primary key column?
a. Many to One
b. One to One
c. Many to Many
d. One to Many
Answer ⟶ c. Many to Many
94. Referential integrity refers to the _______________ between tables.
a. communication
b. consistency
c. relationship
d. joining
Answer ⟶ c. relationship
95. Which field property in Base must be set to “Yes” in order to require a value to be
entered in a field?
a. Entry Required
b. Auto Value
c. Format
d. Length
Answer ⟶ a. Entry Required
96. In which view can field properties be set in Base?
a. Design View
b. Datasheet View
c. Both of the above
d. None of the above
Answer ⟶a. Design View
97. Which of the following is a benefit of using a database management system?
a. Improved data security
b. Improved data accessibility
c. Improved data consistency
d. All of the above
Answer ⟶d. All of the above
98. Which of the following is NOT a type of database model?
a. Relational
b. Object-oriented
c. Hierarchical
d. Procedural
Answer ⟶ d. Procedural
99. Which of the following is an example of an open-source RDBMS?
a. Oracle
b. Microsoft Access
c. OpenOffice Base
d. Microsoft SQL Server
Answer ⟶c. OpenOffice Base
100. 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. Report is used to display information.
101. 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. Form is systematic way of storing information into the table.
102. 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⟶ UPDATE emp SET sal = salary + 5000;
103. 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. Display all record in ascending order followed by Rollno
104. What does DML stand for?
a. Database Manipulation Language
b. Data Modification Language
c. Data Manipulation Language
d. None of the above
Answer ⟶ a. Data Manipulation Language
105. What does SQL stand for?
a. Structured Query Language
b. Structured Quality Language
c. Structural Query Language
d. None of the above
Answer ⟶b. Structured Query Language
106. Which language is used to extract/fetch data from a table?
a. HTML
b. MySQL
c. OOBase
d. Python
Answer ⟶ b. MySQL
107. 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