DBMS Short Questions
DBMS Short Questions
DBMS Short Questions
Storage of information.
Retrieval of information quickly.
Sorting, selecting data that satisfies certain criteria (filtering).
Produce the report in some standardised and readable format.
Question 2. How are fields, record and a table related to each other? Explain
with the help of an example. CBSE 2007
Answer: Fields are one type of information. A record contains logically related fields.
A table Emp name contains logically related records.
1. Shridhar 20000
2. Raghav 40000
Here EmpNo, Name and Salary are three different fields. 1, Shridhar, 20000
represents one complete record.
Data Information
It is a raw facts. It is a process form of data.
It considers facts symbols, images for It considers knowledge derived from study, experience or
Question 6. Define forms and what is the need of using them? CBSE 2006
Answer: In a database, a form is a window or a screen that contains numerous
fields or spaces to enter data. Forms can be used to view and edit your data. It is an
interface in user specified layout.
e.g. a user can create a data entry form that looks exactly like a paper form. People
generally prefer to enter data into a well-designed form, rather than a table.
Question 11. What is the utility of primary key in database? Write distinct
features of primary keys. CBSE 2013
Answer: Primary key is used to uniquely identify the record in a database. It can be
a column or a set of columns in the table. Main features of primary key are as
follows: