DBMS_Notes_1-10....
DBMS_Notes_1-10....
img+video staff+student
EXAMPLE
ID Name subject ID Name Place
Users can access databases, save data, retrieve it, update it,
and manage it safely and effectively with the use of a
software program or combination of programs.
Banks
Airlines
APPLICATION OF DBMS
5 ER Model 12 SQL
6 Relational Model
7 Type of keys
DATA & INFORMATION
img+video staff+student
EXAMPLE
ID Name subject ID Name Place
Users can access databases, save data, retrieve it, update it,
and manage it safely and effectively with the use of a
software program or combination of programs.
Banks
Airlines
APPLICATION OF DBMS
6 Spatial Databases
7 Multimedia Databases
TYPES OF DATABASES
Relational Databases (RDBMS)- These databases
structure data into organized tables that have predefined
connections between them. Data manipulation and
querying are performed using SQL (Structured Query
Language). Well-known instances encompass MySQL,
PostgreSQL, Oracle Database, and Microsoft SQL Server.
logical level
physical level
TYPES OF LEVEL
Physical level- This is the lowest level of data abstraction.
It describes how data is actually stored in database. You
can get the complex data structure details at this level.
Logical Schema
1-Tier Architecture
2-Tier Architecture
3-Tier Architecture
DBMS ARCHITECTURE
CLIENT
Presentation layer
SERVER
Application layer
DATABASE
Data layer
DBMS ARCHITECTURE
Advantages of 3-tier-architecture