Dbms Grade 10
Dbms Grade 10
4. Which of the following data models sets a relation between the two or more tables?
(a) Relational Data Model
(b) Network Data Model
(c) Hierarchical Data Model
(d) Connection Data Model
4. If a record is added in a master table, which of the following is NOT true for transaction table
(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.
(d) It is possible to add a record in the master table
5. Which type of relationship exists between a student and the subjects studied by him/her?
(a) One-to-one
(b) One-to-many
(c) Many-to-many
(d) All of the above
8. 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)
(a) Neither (a) nor (b)
9. 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
10. 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
c)Any updation in the master table is automatically reflected in the transaction tables.
Ans- Relations are set up between the tables to control data redundancy and inconsistency. This
helps in proper maintenance of a database by checking that neither the record are duplicated nor
there is variable data value for a particular field in two or more tables.If you set up relation between
tables,then adding or updating a record in one table reflect the changes in all the tables.
4. Differentiate between one to one relationship and one to many relationship. Give suitable
examples to explain your answer.
Ans-
One-to-One One-to-Many
In this type of relationship, one specific record of in this type of relationship, one specific record of
a master table has one and only one the master table has more than one
corresponding record in the transaction table. corresponding records in the related transaction
For example, the record for Admission_No in the table.
master table (Student_Detail) will have only one For example, one teacher can teach multiple
corresponding record of same value of students or multiple classes, or one person can
Admission No in the transaction table of sell multiple products. So we can say that there
Student_ Result. is a one to may relationship between a teacher
and class or teacher and student or seller and
products
7. 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
8. 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?
(a) >
(b) < 9
(c) ∨
(d) ∧
9. Which of the following relational operators can be applied to set the criterion while designing a
query in LibreOffice Base?
(a) >
(b) =
(c) !=
(d) All of these
10. 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
11. Which of the following step is not performed if there is no numerical data to be worked upon in
a query?
(a) Selection of fields
(b) Giving Aliases
(c) Summarizing
(d) Selection of tables
8. What all information is seen in the overview (last step) of the Query wizard?
Ans- The last step of the Query wizard displays the entire overview of the query
It includes the following:
• Name of the Query – By default, the name of the query is Query_Events by default. If desired, type
the new name in the text box.
• The action to be performed after the wizard finishes – By default Display Query option will be
selected. Click and select the Modify Query radio button if the query has to be edited in the Design
view.
• Complete detail of the query – This section contains a summary about the query that has been
created.
9. What is the use of Alias row in the Design grid of the Query Design window?
Ans-Alias row is used to display meaningful names in the output. An Alias is an alternative name for
a field in a query.
10. Name any four mathematical functions that can be applied to numerical data in a query.
Ans- Count
Sum
Minimum
Maximum
Average
11. Name the three ways of creating a query in LibreOffice Base?
Ans- A query can be created in three ways.
(i) Using a Wizard
(ii) In Design View
(iii) In SQL view
7. 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)
8. 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
10. 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)
3. Which tool on the Forms Record toolbar is used to insert text on the form?
Ans-Text box tool is used to insert text on the form.