Database Bakwas
Database Bakwas
Data Information
Raw facts; building Data processed to reveal
blocks of information meaning
Unprocessed information Processed Data
Database:
What we will study - Relational Database
Merits: -
End users have better access to more and better-
managed data
Promotes integrated view of organization’s operations
Probability of data inconsistencies is greatly reduced
Possible to produce quick answers to ad hoc queries
Types of Databases: -
Single user
Multiuser
Workgroup
Multi-user database that supports a small group of
users or a single department
Enterprise
Multi-user database that supports large group of
users or an entire department
Location:
o Centralized
o Distributed
Database Design
The process of designing the general structure of the database
includes: -
Requirement Gathering
Conceptual Design
Logical Design
Physical Design
INSERT Query
The INSERT INTO statement is used to insert new records
into a table.
Syntax:
INSERT INTO table_name (column1, column2, ..., columnN)
VALUES (value1, value2, ..., valueN);