CH- 3(DBMS) Unsolved
CH- 3(DBMS) Unsolved
Unsolved Questions
1. What is the full form of DBMS?
Ans 1. DBMS stands for Database Management System.
4. In OpenOffice Base, explain the number of ways in which tables can be created.
Ans 4. In OpenOffice Base, we can create tables in the following two ways:
(i) Create Table in Design View
(ii) Use Wizard to Create Table
16. Mention the components of Grid area while creating a Query in Design Grid.
Ans 16. The various components of Grid area are:
• Alias: Displays an alternate name of the field which can be modified if required
• Field: Shows fields used in the query
• Table: Lists the table each field is from
• Sort: Allows you to choose a sort order for the query
• Visible: Unchecks field boxes for the fields you do not want to display in the query
result
• Criterion: Specifies record filter criteria in the row
• Function: Allows you to select a function for the query
• Or: Specifies ‘or’ criteria in the row
18. Can queries be created on multiple fields? If yes, explain by giving an example.
Ans 18. Yes, queries can be created on multiple fields. For example, if you want to extract records based
on specific criteria involving multiple columns, you can specify conditions in the “Criterion”
section below each required field. Use the “Or” section for conditions where any one of them
should be true. For instance, a query could be created to display records where “Fee” is
greater than or equal to 4000 and “NoOfCredit” achieved by students is less than 3. After
specifying the conditions, click “Run Query” or press F5 to see the matching records in the
output.
19. In a database, in how many ways can forms and reports be created?
Ans 19. There are two ways to create forms in a database:
(i) Create Form in Design View
(ii) Create Form using Wizard
On the other hand, reports can be created using the Use Wizard to Create Report option.