Database Management System Major Assignment
Database Management System Major Assignment
Major Assignment
SUBMITTED BY:
14660 SAMI ULLAH
SECTION (F)
SUBMITTED BY:
Mr. SAMEED UR REHMAN
Example: A DBMS is used by a library to manage loans, borrowers, and books, making it easy to search
for available books.
Example: An RDBMS for an e-commerce platform links a Customers table to an Orders table via
CustomerID.
1. SELECT (retrieve)
2. INSERT (add)
3. UPDATE (modify)
4. DELETE (remove)
v. Pattern Matching:
LEFT JOIN
includes all
records from the
left table.
2. Avg()
3. Count()
4. Max() and Min()
1NF:
Tables:
1. Books
3. Orders
Insertion data in Orders table:
4. OrderDetails
2. Departments
4. Instructions