DBS Notes With Diagram
DBS Notes With Diagram
Database
2. Meta Data
Meta data is "data about data." It describes information like format, size, or date
created.
Example: File name, author, date modified.
5. Applications of Database
Advantages
Complex design.
High initial cost.
Requires training.
7. View of Data
8. Data Model
Part of SQL for data operations, used to manipulate data stored in a database. It
focuses on performing actions like retrieving, adding, modifying, or deleting data in
tables.
o SELECT: Retrieve data.
o INSERT: Add data.
o UPDATE: Modify data.
o DELETE: Remove data.
SQL is the standard programming language for managing and querying databases. It
allows users to interact with databases through commands.
Commands:
o DDL: Defines structure (CREATE, ALTER).
o DML: Manages data (INSERT, UPDATE).
o DCL: Controls access (GRANT, REVOKE).
11. Data Architecture
🎓📚