U1T1 DBMS_intro
U1T1 DBMS_intro
Word “data” is originated from the word “datum” that means ‘single piece of
information’.
Data is a collection of a disctinct small unit of information.
It can be used in variety of form like text,numbers,media,bytes,etc.,
It is nothing but collection of some raw facts(or) unprocessed facts that you can
record .
Here data is unstructured format not in a meaningful manner.
“raw” indicates that this data is not yet been processed to reveal its meaning
Data can be any form like number,digits(0 to 9) , chracters,special symbols,
pictures, multimedia data(Audio,video) etc.,
Example :
34 , krish , Avinashi
It can be numbers , name of the person, plalce of person and text, images ,audio ,
video ,etc., all these all are called as data.
Process
It is nothing but the manipulation of data.
Manipulation
Changing the data from one form to another form.
Information
Unprocessed data when it processed to make a meaningful context then that is
called as information (or) is called processed data.
Example
The age of krish is 34.
Here i take the raw facts of the unprocessed facts processed to make a meaningful
context is called as information.
Data Information
Before happend process is called The processsed data is called information
data which Does not have any meaning ( After happen process the final result is called
information )
Meta-data
It is nothing but the Data base definition (or) in other words it can say it is the
complete description of a data base (or) defined the Data base.
Information like the storage format (or) the data types of the data that feels going to
store the data base (or) the constrains on the data (or) these information called as
meta-data
Example :
Table and columns names ,data types and formats
Relationship between tables indexes and constraints
What is DBMS?
A DBMS is a system software for easy , efficient and reliable and data processing
and management
It is used for following
o Creation of a data base
o Retrieval of information from the Data base
o Modifying (or) Updating data in a data base
o Managing a Data base
o To remove (or) Delte data from data base
DBMS is also a system (or) it is a software to manage the data base.
Here managing could be either storing of data (or) retrieve of data from the Data
base.
DBMS is a software (or) collection of programs that enables users to create and
maintain the data base.
DBMS
DATA
Application
Program
(Ex: C,C++,Java) End User (or)
Programmer(or)
Administrator
Software
Data
DATA BASE
With the help of these DBMS software and Application program we a
Appication Program
EX : C,C++,JAVA , Python
We can access these data with the help of application and DBMS software.
With the help of these two application( DBMS & Application) we can retrieve the
data , we can modify the data , we can delete the data , whatever operations that we
want to perform on this data only with the help of application program and DBMS
software.