0% found this document useful (0 votes)
28 views4 pages

DBS Notes With Diagram

Uploaded by

feroz12421121218
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views4 pages

DBS Notes With Diagram

Uploaded by

feroz12421121218
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

1.

Database

 A database is a collection of organized data that can be accessed, managed, and


updated.
 Example: Library catalog, student records.

2. Meta Data

 Meta data is "data about data." It describes information like format, size, or date
created.
 Example: File name, author, date modified.

3. File Processing System

 A system for storing and managing files without a database.


 Problems: Data duplication, difficulty in sharing, and lack of security.

4. Records, Table, and Data

 Record: A single row in a table. Example: One student's details.


 Table: A set of rows and columns storing related data. Example: Students table.
 Data: Raw facts stored in tables.

5. Applications of Database

 Banks: Store account details.


 Hospitals: Manage patient records.
 E-commerce: Track orders and inventory.

6. Advantages and Disadvantages

Advantages

 Reduces data redundancy.


 Increases security.
 Easy data access.
Disadvantages

 Complex design.
 High initial cost.
 Requires training.

7. View of Data

 Physical View: How data is stored (backend).


 Logical View: How data is organized for users.
 External View: Specific to user needs (e.g., reports).

8. Data Model

 Framework for organizing data.


 Types:
o Hierarchical: Parent-child structure.
o Relational: Uses tables (most common).
o Object-Oriented: Data in objects.

9. DML (Data Manipulation Language)

 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.

10. SQL (Structured Query Language)

 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

 Structure of data in a system: OR


 Data architecture is the design framework for managing data in a system. It ensures
data flows efficiently and is stored correctly.
o Conceptual: High-level overview.
o Logical: Details of entities, attributes, relationships.
o Physical: Actual storage methods.

12. ERD (Entity-Relationship Diagram)

 Visual representation of entities and their relationships.


 Components:
o Entity: Object (e.g., Student).
o Attribute: Property (e.g., Name).
o Relationship: Connection (e.g., Enrolled in Course).

13. UMS Diagram (University management system diagram)

 Use Case Diagram: Shows user interactions with a system.


o Components: Actor, Use Case, Relationship.
14. Use Case Diagram

 Represents system functionality from a user's perspective.


 Example: ATM use case for "Withdraw Money."

15. Data Block

 Smallest unit of storage in a database.


 Stores data for quick retrieval.
 Example: Oracle databases use 8 KB blocks.

🎓📚

You might also like