dbms-1
dbms-1
(a) Dictionary
(b) Telephone directory
(c) Marks Register
(d) Newspaper
(a) MS Access
(b) Open Office Base
(c) MS Excel
(d) MySQL
Q4. Which of the following data models sets a relation between the two or more tables?
(a) Table
(b) Attributes
(c) Records
(d) Primary key
(a) field
(b) attribute
(c) record
(d) candidate key
(a) Numeric
(b) Character
(c) Alphanumeric
(d) All of the above
Q9. A ______is a feature of a database using which we can enter data in a table in an easy and user friendly manner.
(a) query
(b) report
(c) form
(d) field
Q10. A _______________ is a question asked from a database.
(a) query
(b) report
(c) form
(d) field
2. An ____ entity ________ is a real world object about which information is to be stored in a database
3. The output of a query may be displayed in the form of _____ Report __________________.
4. The data values for all the fields related to a person or object is called a _____ record _______________.
5. All the field values that are eligible to be the primary key are the candidate keys for that table
(a) Database
(b) Data redundancy
(c) Report
Ans. (a) A database is a collection of logically related data items stored in an organised manner.
(c) A report is the formatted result of query which contain data required for decision making and analysis
Ans.
Data Information
Raw facts and figures is called data Processed data is called information
Form Query
A form is a feature of a database using which A query is used to retrieve the desired
we can enter data in a table in an easy and user information
friendly manner. from the database.
Network Data Model Hierarchical Data Model
In Network Data model, multiple records are All the records in this model are linked to each other at
linked to same master file various levels, thereby forming a hierarchy
1) Organised Storage : The data in the database is stored in an organised manner, so that retrieval of the required
data is fast and accurate.
2) Data Analysis : A database helps in analysis of data based on certain criteria.
3) Reduces Data Redundancy : Database reduces data redundancy (duplication of data)
4) Sharing of Data : In a database, the users of the database can share the data among themselves.
5) Data Integrity : Data integrity means that the data is accurate and consistent in the database.
6) Data Security : Database provides data security as only authorized users are allowed to access the database and
their identity are authenticated by using a username and password.
7) Privacy : The privacy rule in a database states that only the authorized users can access a database according to
its privacy constraints.
8) Backup and Recovery : Database Management System automatically takes care of backup and recovery.
Q4. Consider the table given below and answer the questions
that follow
Library
1. Book_Id
2. Book Name
3. Author Name
4. Price
5. Publisher
(b) Which field should be made the primary key?
Ans. Book_Id
(d) How is primary key different from foreign key? Explain with example.
Ans.
For Example