Chapter 8 Dbms MCQ and Q and A
Chapter 8 Dbms MCQ and Q and A
(d) Newspaper
Answer: (d)Newspaper
Question 2:
(c) MS Excel
(d) MySQL
Which of the following data models sets a relation between the two or more tables?
(a) Relational Data Model
(c) Records
(c) record
Question 7:
In which of the following forms can a data value be represented?
(a) Numeric
(b) Character
(c) Alphanumeric
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
Question 10:
(b) report
(c) form
(d) field
Question 1:
A database cannot be organised.
Answer: False
Question 2:
Answer: True
Question 3:
A table can be created without a primary key.
Answer: False
Question 4:
Answer: False
Question 5:
Answer: True
Question 1:
The raw facts constitutes__________________.
Answer: Data
Question 2:
An _________is a real world object about which information is to be stored in a database.
Answer: Entity
Question 3:
The output of a query may be displayed in the form of _.
Answer: Report
Question 4:
The data values for all the fields related to a person or object is called a _.
Answer: Record
Question 5:
All the field values that are eligible to be the primary key are the ____keys for that table.
Answer: Candidate
D. Answer the following questions.
Question 1:Define the terms:
(a) Database (b) Data redundancy (c) Report
Answer:
(a) Database: A database is a collection of logically related data items stored in an organised manner.
Data Redundancy: Duplication of data is called Data Redundancy. Same data is stored multiple
(b)
times either in same table or dif f erent table is known as Data Redundancy.
(c) Report: The result of the query which is presented in the proper format, is known as Report.
A report is a document that presents data in a structured and easily readable format, often used
for summarizing and analyzing data stored in a database.
Question 2:
Give one point of difference between
(a) Data and Information,
collection of data.
A query is used to retrieve the desired information from the database. In simple terms, it is a question
asked from the database.
In the Network model, multiple records are linked to same master le. It is also considered as an inverted
tree. In the Hierarchical model, the data is organized into a tree like structure.
Question 3:
Give any four advantages of a DBMS.
Consider the table given below and answer the questions that follow
Table: Library
(d) How is primary key different from foreign key? Explain with example.
Answer:
(b) Book_Id
(c) BookName
(d) The primary key is a key, which uniquely identifies the record in a table. While the foreign key is
used to make the relationship between two tables. A foreign key is a non-key, whose value is derived