CBSE Class XI Informatics Practices Database Questions
CBSE Class XI Informatics Practices Database Questions
com
Ans:- DBMS is a collection of programs and files that allows a user to define structure of database, store
data into it, modify the structure and manipulate data. Apart from this it also provide security,
m
3) Database facilitate sharing of data
co
4) Enforce standards
Ans In this model data is organized into tabular structures called relations. A database may contain
to
es
many relations providing a better classification of data based on its nature and use. Multiple
relations are then linked/ associated together on some common key data values (foreign key).
di
Ans A tabular structure containing data. To be a relation is must satisfy following four
.s
w
conditions:
w
No duplicity: No two rows of relation will be identical i.e. in any two rows value in
Ans: A column or a combination of columns whose values are derived from primary key of some
other table is called the foreign key of the table in which it is contained.
Ans The property of a relational database which ensures that no entry in a foreign key column of a table
can be made unless it matches a primary key value in the corresponding column of the related
table. It is enforced in the database with the help of foreign key constraint.