DBMS Notes 1730956881
DBMS Notes 1730956881
Only one primary key is Whereas more than one foreign key is
allowed in a table. allowed in a table.
It is a combination of
It can contain duplicate values and a table in a
UNIQUE and Not Null
relational database.
constraints.
19. What is the file extension for databases <#> created using OpenOffice.Org
Base?
Ans: Extension for OpenOffice base is .odb.
20. List any three file formats that can be managed usingOpenOffice.Org
Base?
Ans: The three file formats are –
a. .odt –* This file format use for create digital document file
b. .odd –* This file format use for create spreadsheet
c. .odp –* This file format use for creating presentation file
21. What different types of keys are available in RDBMS?
Ans: The different keys available in RDBMS are –
a. Primary Key (PK) – A primary key is a unique value that identifies a row in a
table. If the primary key is defined to any table column it means the duplication
will be not allowed.
b. Composite Primary Key – When a primary key is applied to one or more
columns in the same table is known as Composite Primary Key.
c. Foreign Key (FK) – By default columns are foreign key, foreign key points to
the primary key of another table.
22. What is the purpose of using queries?
Ans: Queries are commands that describe the data structure as well manipulate
the data in the database. The purpose of a query is to do calculations, integrate
data from many tables, and add, alter, or delete data from a database.
23. Which clause of Select statement helps to display specific data?
Ans: Where clause is used to display specific data from the database.
24. Why there is a need to create Forms?
Ans: A form allows the user to enter information into a database in a systematic
manner. It is a user-defined interface that allows users to see, enter, and edit data
directly in database.
25. What is the purpose of creating Reports?
Ans: Reports help to present the data in proper manner which is stored in the
database, It also displays the data in summary format.
26. What are the prerequisites to create a Form and Reports?
Ans: Forms –
a. Forms help or manage to store data in a systematic format.
b. The prerequisites to create a form would be –
c. Add all the necessary fields in the form
d. Make the connection between form and the table
Reports –
a. Reports display the data in a summarized manner.
b. The prerequisites to create a report would be –
c. Data
d. Data source
27. Consider the following table “Students”