STD-X-RDBMS-1 MARKS
STD-X-RDBMS-1 MARKS
STD-X-RDBMS-1 MARKS
a) Database
b) Record
c) Field
d) Primary key
Ans. a) database
a) Storage media
b) Container of information
a) OO base
b) MySQL
c) Oracle
d) MS Publisher
Ans. d) MS Publisher
[4] Ms. Ritu wanted to save data on a single table and for her shop. Which of the following will
be a better option for her to maintain the database?
a) Flat File
b) Relation Database
c) Both a and b
d) Hierarchical
[5] Mr. Hemant is working in a multinational company where he needs to save and maintain his
company’s large amount of data and information. Suggest the best suitable option for him.
a) Flat File
b) Relational Database
c) Hierarchical
d) Both a) and b)
[6] _______________ are dedicated computers that hold the actual databases and run only
DBMS and related software.
a) Database Workstation
b) Database Client
c) Database Servers
a) Back End
b) Database Server
c) Front End
d) Database Workstation
[8] The database can be saved into database server which is generally called as
________________
a) Front End
b) Back End
c) Database Workstation
[9] Gagan is working on a model that provides database servers to save data and where users can
perform the various commands on the application. which type of data access model he is
working upon?
a) front end
b) back end
c) programming tool
d) Client-Server model
a) Data Redundancy
b) Data Privacy
c) Sharing of data
d) Data Intigrity
[11] Read the statements given below and choose the correct option:
Statement A: In the database, the data can only be shared with authorized users.
Statement B: There are various levels of authorization of data hence sharing is not possible.
a) Data Redundancy
b) Data Security
c) Data Integrity
d) Data Consistency
a) database repository
b) database access
c) SQL
Ans. c) SQL
a) Data Security
b) Sharing
c) Integrity
d) Record Uniqueness
a) Foreign Key
c) Candidate Key
d) Alternate Key
[17] Which of the following key 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) Foreign Key
b) Candidate Key
c) Alternate Key
d) Primary Key
Statement A: A table has a defined number of columns but can have any number of rows.
a) Statement A is correct
b) Statement B is correct
a) table
b) tuple
c) record
d) column
a) Tuple
b) Field
c) Attribute
d) Column
21. Yashvi is confused in what are the basic building blocks of the database? Suggest the
appropriate option?
a) Forms
b) Queries
c) Tables
d) Reports
Ans. c) Tables
22.Priya is searching the ways to create a table in the OO base. Choose the correct option for her
:
a) draw a table, insert a table
d) All of these
Ans. b) create a table in design view, use the wizard to create a table
23. Which of the following option is not present in the table design view?
a) Field Name
b) Field Type
c) Description
d) Remarks
Ans. d) Remarks
24.The ______________ column in table design view provides an option select required
datatype for the field?
a) Field Name
b) Field Type
c) Field Description
d) Field Remarks
25. The explanatory text about field can be written in the ____________ column in table design
window.
a) Field Name
b) Field Type
c) Field Description
d) Remarks
c) It will not create any primary key but provides an option to select the column
27. Which of the following data type allows to store files like photos, videos or audio files?
a) Longvarchar
b) Boolean
c) Binary
d) Object
Ans. c) Binary
28. In datasheet view you can save the active record using
a) Data Types
b) Values
c) Constraints
d) Queries
30. Kalpesh wants to store city names in one of the fields for his table in the database. Which of
the following datatype will be useful for him?
a) Boolean
b) integer
c) varchar
d) binary
”Answer” c) varchar
31. Which of the following is not a supported numeric data type by OO base?
a) Numeric Types
b) Alphanumeric Types
c) Float
d) Decimal
ANS: d) Decimal
32. Yogesh wants to insert, update and remove the data from the table. Which of the following
view will be useful for him?
a) Table View
b) Edit View
c) Datasheet View
d) Design View
[2] Which of the following option is correct to edit data into table?
b) i and ii only
c) i, ii and iv
d) All of them
a) Increment Value
b) Automatic Value
c) Auto Value
d) Default Value
Ans.c) Auto Value
34. Naina wants to set date in DD/MM/YYYY format for her field DateOfJoining in table
employee. Suggest the field properties can be used for the same:
a) Auto Value
b) Format Example
c) Set Format
d) Apply Format
a) Referential Integrity
b) Referntial Activity
d) Identical Integrity
37.Which of the following is not one of the type of relationships offered by RDBMS?
a) One to One
b) Many to One
c) Many to Many
d) All to all
a) 1
b) 2
c) 3
d) 4
Ans. b) 2
39. The _________ relationship both table must have the primary key.
a) One to One
b) One to many
c) many to Many
d) None
40. In ______________ relationship one of the table must have the primary key.
a) one to one
b) One to many
c) many to many
d) none
41. Dilip has created multiple tables without any primary key. He want to use relationship for his
tabels, which of the following type relationship he can use now?
a) one to one
b) one to many
c) many to many
d) none
42. Read the following statements and choose the correct answer:
Statement A: Relationship once created cannot be removed.
a) Statement A is Correct
b) Statement B is correct
43.The ______ provides the structure according to which the rows are composed.
a) table
b) tuple
c) record
d) column
Ans. d) Both are incorrect
44. Which field property in Base can be used to store data in a specific format, such as a
phone number?
a. Auto Value
b. Length
c. Default Value
d. Format
d. Format
45.What is the default value of the field property ‘Entry Required’ in Base?
a. Yes
b. No
b. No
46. To arrange the data in ascending or descending order, first select the column(s) and
then click on which button?
a. View
b. Save
c. Arrange
d. Sort
d. Sort
47. When a primary key from one table appears in another table, it is called a ________.
a. Composite Primary Key
b. Secondary Key
c. Foreign Key
d. Main Key
c. Foreign Key
48.In which relationship, one of the table must have primary key column?
a. One to Many
b. One to One
c. Many to Many
d. Many to All
a. One to Many
49.Once the relationships applied on the tables cannot be removed.
a. True
b. False
b. False
50.To remove the relationship between tables, right-click on the relationship thread and
select which option?
a. Delete
b. Remove
c. Edit
d. Clear
a. Delete
b. SQL
c. Select
a. True
54.Rajesh wants to display all the records from the table ‘student’.
a. Select * student;
b. Select # from student;
c. Select from student;
d. Select * from student;
b. Where
56.Which commands are used to add, modify, and delete records in a database table?
a. Insert, Update, and Remove
b. Insert, Update, and Delete
c. Insert, Modify, and Delete
d. Add, Update, and Delete
57.By default, in which order is data arranged using the ORDER BY clause in a database?
a. Decreasing
b. Alphabetical
c. Increasing
d. Descending
c. Increasing
58.Which clause of the SELECT statement helps to display specific data in a database?
a. Where
b. Between
c. Order By
d. None of the above
a. Where
59.What is the name of the interface in a user-specified layout that lets users view, enter,
and change data directly in database objects such as tables?
a. Query
b. Form
c. Report
d. Table
b. Form
60. Aman created an object ‘X’ in Base to store the value in the form of rows and columns.
What is ‘X’?
a. Table
b. Row
c. Column
d. Database
a. Table
61.Which of the following contains data of the same data type?
a. Record
b. Tuple
c. Column
d. All of the above
c. Column
d. OpenOffice Base
c. 3
64.Which data type can store character/data up to the length specified by the user?
a. Varchar
b. Char
c. Varchar_IgnoreCase
d. All of the above
65. Dhriti wants to store the details of students as well as their pictures in a table named
“school”. Which data type is suitable for storing pictures?
a. Boolean
b. Binary
c. Memo
d. Varchar
b. Binary
66.Which data type stores hours, minutes, and second information?
a. Date
b. Time
c. Stamptime
d. Timer
b. Time
a. SELECT
a. Design View
d. Data transmission
71.What is another name for a tuple in a table?
a. Record
b. Column
c. Both of the above
d. Attribute
a. Record
72. 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
b. RDBMS
b. 1960
79.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
b. Same Database
c. Both a) and b)
a. Flat File
82.Data is stored in multiple tables, which are connected together via a common field.
a. Flat File
b. Relational
c. Both a) and b)
d. None of the above
b. Relational
83.__________ 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
a. Database Server
85.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
a. Data Redundancy
a. Data Redundancy
87.__________ means that the data is accurate and consistent in the database.
a. Data Redundancy
b. Data Integrity
c. Data Consistency
d. None of the above
b. Data Integrity
88.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
c. Data Security
90.___________ 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
c. Data Consistency
91.__________ 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
c. Both a) and b)
92. 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
a. Values
a. Primary Key
95.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
c. Foreign Key
c. Foreign Key
97.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
a. One-to-Many
a. Table
100.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
b. Tuples
c. Both a) and b)
102.____________ are the basic building blocks of a database.
a. Table
b. Query
c. Database
d. None of the above
a. Table
103._____________ are used to define the type of data that will be stored in the database.
a. Data Types
b. Data field
c. Key Data
d. None of the above
a. Data Types
104.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
a. Numeric Type
a. Boolean
107.What are the different numerical data types?
a. Boolean
b. Tinyint & Smallint
c. Integer & Bigint
d. All of the above
c. Both a) and b)
b. Varchar_Ignorecase
110.___________ 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
c. Binary Type
114. Which of the following keys is pressed to select only textbox on the form?
(a) Alt
(b) Shift
(c) Ctrl
(d) Tab
115. Which of the following properties in the Properties: Label Field text box is used to insert a
tool-tip on the form?
(a) Tool Text (b) Help Text (c) Tool Tip (d) Help Tip
116. Which of the following objects of LibreOffice Base is used to display data retrieved from
one or more tables in a presentable manner?
117. Which of the following values of Date Format property is selected to view a calendar on the
form?
(a) Standard (short) (b) Standard (long) (c) Default (d) Standard (Medium)
118. Which of the following commands on the Forms Control toolbar is used to toggle between
Design View and Form view?
(a) Design Mode (b) Toggle Mode (c) View Mode (d) Print mode
119. Using which of the following objects in a database, can a report be generated?
(a) Tables (b) Queries (c) Both a and b (d) Neither a nor b
120. Which of the following components open along with the Report Wizard?
(a) Report Builder (b) Add Fields dialog box (c) Both (a) and (b) (d) Neither (a) nor
(b)
121. Which of the following is refer to asking questions from the database?
(a) Wizard (b) Design View (c) SQL (d) All of the above
(a) Wizard (b) Design View (c) Both (a) and (b) (d) Neither (a) nor (b
124. Into how many parts is the query design window divided?
126. Which of the following is the shortcut key to run the query?
127. Which of the following functions can be performed on numerical data while designing a
query?
(a) Sum (b) Minimum (c) Maximum (d) All of the above
128. In a Query Design wizard, which of the following buttons is clicked to move a field from
‘Available fields’ list box to ‘Fields in the query ‘list box?
129. Which of the following relational operators can be applied to set the
criterion while designing a query in LibreOffice Base?
130. Which of the following dialog box is present when the Query Design
window is opened for the first time to design a query?
(a) Add Table (b) Add Query (c) Add Table or Query (d) None of the
above
132. Which of the following actions can be performed once the tables are
created in a database?
(a) Add a field in a table (b) Rename a table (c) Delete a table (d)
All of the above
134. Which of the following is required to set a relationship between the two
tables?
(a) The record in the master table is called the master record
(b) The corresponding record in transaction table can only be entered once.
(c) The record in the transaction table is called the transaction record.
136. Which type of relationship exists between a student and the subjects
studied by him/her?
138. The list of tables to be added is displayed in the __________ dialog box in
the Relationship Screen.
(a) Add Tables (b) Add Databases (c) Both (a) and (b)
139. In the relationship design screen, the relationship between the two
tables is done using __________ operation.
(a) Click (b) Double Click (c) Drag and Drop (d) Right click
140. Which of the following is NOT an option that can be used to maintain
referential integrity in a database?
(a) No Action (b) Set NULL (c) Set Default (d) Set Value
142. A currency data type can only store monetary data that is in dollars.
(a) True (b) False (c) Neither a nor b (d) Both a and b
143. Which of the following data can a date data type store?
(a) Date (b) Time (c) Both date and time (d) Neither date
nor time
145. Which of the following methods can be used to create a table in Base?
149. While entering records in a table, we can move to the next field by
pressing the _________ key.
(a) Tab (b) Ctrl (c) Enter (d) Shift
(a) Dictionary (b) Telephone directory (c) Marks Register (d) Newspaper
(a) MS Access (b) Open Office Base (c) MS Excel (d) MySQL
154. Which of the following data models sets a relation between the two or more tables?
(a) Numeric (b) Character (c) Alphanumeric (d) All of the above
(a) Primary key (b) Alternate key (c) Foreign key (d) Candidate key
159. A ___________is a feature of a database using which we can enter data in a table in an easy
and user-friendly manner.
4. The data values for all the fields related to a person or object is called a
_________.RECORD
5. All the field values that are eligible to be the primary key are the ___________ keys for that
table. CANDIDATE
1. A data type refers to the type of data that will be stored in that particular field.
6. ______________ on the Base Interface Window displays information about the type of
view of the object in the database. TASKS PANE
7. A __________ icon appears before the field name indicating that it is a primary key.
KEY
8. The data can be entered in a table only in __________ view. DATA SHEET
9. The black pointing arrow just before the field name in a table is called ______.
RECORD POINTER
10. The process of arranging the records in particular order on any filed is called
_______________.SORTING
2. The most important prerequisite for setting a relationship between the two tables is that
there must be a ________________between them. COMMON FIELD
3. In ________________relationship, one specific record of a master table has one and only
one corresponding record in the transaction table. ONE-ONE
4. ___________________is one of the most common types of relationship between the tables
in a database.ONE-MANY
5. A record being entered in a _________ table must always exist in a ________ table.
REFERENTIAL INTEGRITY
7. Creating ____________ between tables restricts the user from entering invalid data in
the referenced fields. RELATIONSHIP
10. The __________________ window is used to set relationships between the tables.10
6. The conditions to filter the records are set in the _________ row. CRITERION
7. When a table is selected in a Query wizard, the corresponding fields are displayed in
the__________________ list box. AVALIABLE FIELDS
8. The result of the query can be displayed in __________ or _____________ order of any
particular field of the table. ASCENDING DESCENDING
9. At the most __________ search conditions can be given in the query wizard.3
10. The last step of the Query wizard displays the entire ____________ of the query.
OVERVIEW
11. The _____________ view is a more flexible method to create a query. DESIGN
12. To edit any query, right click on the ________ icon of the query that has to be edited.
QUERY
13. In the _____________ row of the Query Design grid, we can type the column heading
that will be displayed instead of field name when we run the query. ALIAS
3. A ________________ is a piece of text that specifies the data that should be entered in
the field value text box. LABEL
5. A ____________ is a small piece of text that is displayed when the mouse pointer is
placed on a particular control on the form. TOOL TIP
7. A ____________ is the manner in which the labels, field values, titles etc. will be
displayed in the report. LAYOUT
8. The option to insert date and time in the report is present in ___________ menu.
INSERT
10. A _______ type of report changes automatically as the field values in the base table or
query change. DYNAMIC