Part 2-Q a-Unit 3 Database Management System Using LibreOffice Base
Part 2-Q a-Unit 3 Database Management System Using LibreOffice Base
1. In OpenOffice Base, the relationship applied on the tables can be removed with the help of
option.
(A) Clear
(B) Remove
(C) Drop
(D) Delete
Ans: (C) Drop
2. Roshni has created a table Customer in SQL and wants to store photograph image of every
customer under Cust_photo field. Suggest a suitable data type from the options given
below.
(A) IMAGE
(B) PICTURE
(C) LONGVARBINARY
(D) GRAPHIC
Ans: (A) IMAGE
3. A ____ is a database object that provides a systematic way to accept data from the user and
store it in a table of a database.
a) Query
b) Form
c) Report
d) Table
Ans: b) Form
4. A ____ is an interface in a user-specified layout that lets users to view, enter, and changes
data directly in database objects such as tables.
(a) frame
(b) form
(c) relation
(d) report
Ans: (b) form
5. Which of the following is expanded form of SQL?
(a) Systematic Query Language
(b) Structured Query Language
(c) Software Query Language
(d) Structural Query Language
Ans: (b) Structured Query Language
6. ____ means that the query uses criteria you provide to hide some data and present only
what you want to see.
a) Indexing
b) Sorting
c) Filtering
d) Relating
Ans: c) Filtering
7. Which of the following database objects are used to retrieve data from database?
a. Queries
b. Tables
c. Reports
d. Layouts
Ans: a. Queries
8. Which one of the following is an example of RDBMS?
a) MongoDB
b) Windows registry
c) Publisher
d) Oracle
Ans: d) Oracle
9. Database servers are referred to as ____
a) front-ends
b) back-ends
c) clients
d) model
Ans: b) back-ends
10. Database servers are dedicated computers that hold the actual databases and run only the
DBMS and related software. Database servers are referred to as
a. Back-end
b. Front-end
c. Safe-end
d. Server-end
Ans: a. Back-end
11. "Client_id" is a primary key in "Client" table. "Client_id" is also present in "Sales" table.
The referred field Client_id which also occurs in the Sales table is called the
a. Primary Key
b. Foreign Key
c. Composite Primary Key
d. Alternate Key
Ans: b. Foreign Key
12. _____ are the basic building blocks of a database.
a. Columns
b. Tables
c. Records
d. Attributes
Ans: b. Tables
13. Which of the following numeric data type can store only those integers that fall between 0
to 255?
a. TinyInt
b. Smallint
c. Boolean
d. Integer
Ans: a. TinyInt
14. In which view new data can be inserted in table and existing data can be updated or
removed?
a. Design View
b. Datasheet View
c. Table View
d. Query
Ans: b. Datasheet View
15. Anant created a table named "student" in Base. One field (Admission Number) of student
table required that value will automatically incremented. Which of the following data type
and field property is suitable for this task?
a. Char, Auto Value
b. Varchar, Auto Value
c. Integer, Auto Value
d. Timestamp, Auto Value
Ans: c. Integer, Auto Value
16. In Open Office Base, we can create a relationship between any two tables by selecting
Relationships... option from the menu.
a. Tools
b. Insert
c. View
d. File
Ans: a. Tools
17. ______identifies a column or set of columns in one (referencing) table that refers to a column
or set of columns in another (referenced) table.
a. Primary Key
b. Alternate Key
c. Composite Key
d. Foreign Key
Ans: d. Foreign Key
18. By default length of Integer data type is
a. 10
b. 20
c. 30
d. 50
Ans. 10
19. ______ uniquely identifies each and every record in table
a. Foreign Key
b. Alternate Key
c. Main Key
d. Primary Key
Ans. Primary Key
20. _________--helps to display data in summarized manner
a. Report
b. Form
c. Query
d. Table
Ans. Report
21. Which command is used to delete one or more record from table?
a. Update
b. Select
c. Order by
d. Delete
Ans. Delete
Answer:
Ans:
11. Suman is a student of Class X. She was doing a Computer assignment. She has done
almost all the questions except few. Help her to complete the assignment.
1. What do you mean by Query?
2. What is the difference between Tuple and Attribute?
3. What is default value?
4. Define primary key
Ans:
1. As the name suggests, query is to collect specific information from the pool of data. A
query helps us join information from different tables and filter that information.
2. A row also called a Record or Tuple represents a single, data item in a table A column or
attribute is a set of data values of a particular simple type, one for each row of the table.
3. A value which automatically appears when we enter a new record in a table.
4. A field which uniquely identifies each and every record is called primary key.
12. Define the following terms:
1. Data Redundancy
2. Data Integrity
3. Table
4. Primary Key
Ans:
1. Duplication of data is called data redundancy.
2. Data Integrity means that data is accurate and consistent in the database.
3. A table is a set of data elements that is organized in rows and columns.
4. A field which uniquely identifies each and every record in a table is called Primary
Key