DBMS Lab Manual Rahul Mehta
DBMS Lab Manual Rahul Mehta
(303105204)
Submitted by:
Division: 3A1
Roll No.: 22
Parul University
BACHELOR OF TECHNOLOGY
has successfully completed his laboratory practicals in the Database Management System (303105204)
from the Department of Computer Science & Engineering during the academic year 2024-2025.
INDEX
3. Practical 3: Perform various SQL queries on the Employee and Customers table.
anomaly, update anomaly & deletion anomaly. It helps in breaking down larger tables into smaller tables
Types of Normalization:
2. Name (Text)
3. Address (Text)
4. Phone (Number)
Practical 3: SQL Queries on Employee and Customer Tables
1. Retrieve all details from the Employee table where the city is 'Mumbai'.
ON Employee.Dept_ID = Department.Dept_ID;
Practical 5: SQL Aggregate Functions
Write queries to calculate the sum, average, and count of specific columns in the Customer table: