Class 1 - 01 - Database - Fundamentals
Class 1 - 01 - Database - Fundamentals
Fundamentals
Srinivas Jagarlamudi
Agenda 01 Data
Understanding Data and need of storage
02 Database
Understanding database and its types
04 Relational DBMS
Understanding EF Codd Rules
Data
Data, in the context of databases, refers to all the
single items that are stored in a database, either
individually or as a set. Data in a database is primarily
stored in database tables, which are organized into
columns that dictate the data types stored therein. So,
if the “Customers” table has a column titled
“Telephone Number,” whose data type is defined as
“Number,” then only numerals can be stored in that
Data column.
Definition
Data is a collection of facts, such as
numbers, words, measurements, or
just descriptions of things
Data can be qualitative or quantitative.
Qualitative data is descriptive information
Purpose
Quantitative data is numerical information (numbers)
The main purpose of the database is to
operate a large amount of information
by storing, retrieving, and managing
data.
Database
The database is an organized collection of structured
data to make it easily accessible, manageable and >1960 File System
update. In simple words, we can say, a database in a
place where the data is stored. The best analogy is
the library. The library contains a huge collection of 1960 Network data model
books of different genres, here the library is database
and books are the data.
In layman terms, consider your college registry. All the 1965 Hierarchical data model
Database details of the students are entered in a single file. You
get the details regarding the students in this file. This
is called a Database where you can access the
information of any student. 1970 Relational data model
Definition
A database is an organized collection
of data, so that it can be easily History
accessed and managed 1961 :Bachman introduced the concept of record and set types. Database Task Group (DBTG) used the concept
to develop CODASYL Network Data Model.
Purpose 1964 The first DBMS called Integrated Data Store was designed by Backman for GE.
The main purpose of the database is to 1965-70 IBM introduced Hierarchical Model and developed DBMS called Information Management System
operate a large amount of information (IMS).
by storing, retrieving, and managing Commercial DBMSs emerged: IDMS (Computer Associates), IDS II (Honeywell), DMS 1100 (UNIVAC's), DMS-
data. 170 (CDC), DBMS-11 (DEC) and PHOLAS (Phillips)
Purpose
It helps to maintain data integrity and
allows the organization to define the
users of data i.e. those who can view,
modify or erase the data.
Definition
The presence same data in multiple
records referred as data redundancy.
Definition
Normalization is process of organizing
the data into multiple tables using keys.
Relational Database Management System
A relational database refers to a database that stores data
in a structured format, using rows and columns. This
makes it easy to locate and access specific values within
the database. It is "relational" because the values within
each table are related to each other. Tables may also be
related to other tables. The relational structure makes it
possible to run queries across multiple tables at once.
Database Management
Inserting, Updating and Retrieving
the data from Database
Database
Collection of facts in an organized
manner in table format
Data
Fact about anything
THANK YOU