











Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
▫All access to database is controlled by a sophisticated software package called Database management System (DBMS).
Typology: Lecture notes
1 / 19
This page cannot be seen from the preview
Don't miss anything!












Page no - 211
Page no - 211
Data Comprises of numbers, alphabets or any other form like pictures,
sound etc. It is collected from various sources but not organized. Such data cannot be used directly to make meaningful decisions. Example of data are
Sugam scored 704 marks out of 800.
Ojas was born om 14th^ Feb, 2019.
When data has been worked upon to give it more meaning, it is called
information. Some examples of information are:
Danish scored more marks than Sugam did.
Ojas is 17 years old now.
Database is the collection of interrelated data e.g. Consider the
names, telephone numbers and addresses of people you know. This is a collection of related data and hence database.
It is managed by an individual(or group) called the Database
Administrator(DBA), who is responsible for designing, creating and maintaining the database to satisfy the needs of users.
All access to database is controlled by a sophisticated software
package called Database management System (DBMS).
DBMS is the collection of interrelated data and a set of
procedures to access that data.
Name Age City Suresh 25 Banglore Amit 29 Banglore Sudhir 24 New Delhi
Age and City.(Called Attributes )
so there are 3 tuples.
number of attributes it contains, there are 3 attributes or degree three.
PRIMARY KEY: Primary key is asset of one or more attributes that can
uniquely identify tuples within the relation.
CANDIDATE KEY: All attributes combinations inside a relation that can serve
as primary key are candidate keys as they are candidate for primary key position.
ALTERNATE KEY: A candidate key which is not the primary key is called an
alternate key.
Database management
system is a collection of interrelated data and a set of programs to access that data..
The main goal of DBMS is to
provide a way to store and retrieve database information that is both convenient and efficient.
Data: collection of related information.
Hardware: consists of secondary storage like DVD ROM, USB devices, The processor and associated main memory.
Software: required software for query.
Users: includes all types of users
Procedures: General instructions to use DBMS, includes procedure to setup and install a DBMS, to login n logout, to manage etc.