Index Final (1) - Merged
Index Final (1) - Merged
BBA-V
Batch (2021-2024)
Submitted To Submitted By
Ms. Shuchi Chawla Name: Mansha Jain
(Assistant Professor) Enroll No:02013701721
Class: BBA-V(M1)
1. Student_Id
2. First_Name
3. Last_Name
4. Age
5. Address
1. Course_id
2. Course_code
3. Course_name
Enter 5 records.
8 17-18 4/09/23
Create a Database Student_Data with
S1 as the table name containing the
following fields.
1. Enrollment_No
2. Name
3. Age
4. DOB
5. Phone_No
6. Address
9 19-21 5/09/23
Create a Database DB1 with a table
T1 with the following fields.
1. ST_No
2. ST_ID
3. ST_Name
4. ST_Address
5. ST_Phone_No
6. ST_Hobbies
1. S_ID
2. S_name
3. S_course
4. S_marks
5. S_DOB
Make S_ID as a primary key and
apply the following validations:
• Name
• Course name
• Attendance
• Dob
• Address
1. Go to first record
2. Go to last record
3. Go to previous record
4. Go to next record Add a label
student form to it.
31 Define all the aggregate functions with 101 14/11/23
their work defined in SQL.
32 Write SQL Queries using SQL 102-104 14/11/23
Commands Create a Table Product
with Fields
• PRO ID
• PRO NAME
• PRO PRICE
PRODUCT Table.