0% found this document useful (0 votes)
37 views

IT Notes Unit 3 Chapter 8 - Introduction To Database Management System

Pls give me the pdf

Uploaded by

manisharawat1411
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

IT Notes Unit 3 Chapter 8 - Introduction To Database Management System

Pls give me the pdf

Uploaded by

manisharawat1411
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Unit – 3

Chapter – 8 – Introduction to Database Management System


1. Define the terms

(a) Database

(b) Data redundancy

(c) Report

(a) Database: A database is a collection of logically related data items stored in an organised manner. The

information being stored in a database can be added, modified, deleted or displayed according to the

requirements of the user.

(b) Data Redundancy: Duplication of data field is called redundancy.

(c) Report: A report is the formatted result of a query which contains data for decision making and data

analysis.

2. Give one point of difference between

(a) Data and Information,

(b) Form and Query,

(c) Network and hierarchical data model


3. Give any four advantages of a DBMS.

4. Consider the table given below and answer the questions that follow:

(a) Name the fields in the given table.

Book_Id, Book Name, Author Name, Price, Publisher

(b) Which field should be made the primary key?

Book_Id

(c) Is there any alternate key in the table?

Yes, Book Name

(d) How is primary key different from foreign key? Explain with example.

You might also like