What is data
Facts about and entity that can be recorded or stored
What is information
Processed,meaningful and usable data
What is information
Processed,meaningful and usable data
What is Database
Collection of logically related data
Define Management
Manipulation,Searching and Security of Data
Define Database Management System
Set of programs or software used to define,manipulate, retrieve and manage data in a database.
DB+DBMS=
DB + DBMS = DBS (Database System)
Whats File processing System
Disadvantages file-processing system are!?
Whats Data redundancy and inconsistency
Whats Difficulty in accessing data
It does not allow needed data to be retrieved in a convenient and efficient manner
Whats Data isolation
Data is scattered in various files, and files may be in different formats.
Whats Integrity problems
The data values stored in the database must satisfy certain types of constraints.
What are the Characteristics of the Database Approach
What is Meta Data
The structure of each file, the type and storage format of each data item, and various constraints on the data.
This information is called meta-data.
Whats DBMS Architecture
Types of DBMS Architectures are
1-Tier Architecture
2-Tier Architecture
3-Tier Architecture
Whats 1-Tier Architecture ?!
Whats 2-Tier Architecture?!
The 2-Tier architecture is same as basic client-server. In the two-tier architecture, applications on the
client end can directly communicate with the database at the server side. For this interaction, API’s
like: ODBC, JDBC are used.
* The user interfaces and application programs are run on the client-side.
* To communicate with the DBMS, client-side application
establishes a connection with the server side.
Whats 3-Tier Architecture?
Whats database schema!?
The description of a database is called the database schema.
* Includes descriptions of the database structure, data types, and the constraints
on the database.
* It is specified during database design and is not expected to change frequently.
* Each object in the schema—such as STUDENT or COURSE— called a schema
construct.
Whats Database state/snapshot
The data in the database at a particular moment in time is called a
database state or snapshot
* It changes every time we add new data in database.
* It is also called the current set of occurrences or instances in
the database.
Disadvantage of file processing system:
Whats three Schema Architecture