Index
Index
7 29/08/23
Create a student Database with a table
Student_Details containing the
following fields:
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 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 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
Insert atleast 10 Records in the
table using Design View.
1. Employee_id
2. Employee_name
3. SSN_no
4. Employee_designation
5. Employee_department
6. Date_of_joining
7. Salary
8. Years_of_experience
Insert any 10 records and delete any 2
records. Also delete one field i.e.
SSN_no from the table.
1. Employee_code
2. Employee_SSN
3. Employee_name
4. Date_of_birth
5. Employee_designation
6. Employee_department
7. Date_of_joining
8. Employee_salary
9. Years_of_experience
For the above created Database set the
following field properties:
4. Employee_salary should be in
Euro.
Using general wizard.
12 Create an employee database with the 12/09/23
following fields.
1. Employee_code
2. Employee_ssn
3. Employee_name
4. Employee_DOB
1. S_ID
2. S_name
3. S_course
4. S_marks
5. S_DOB
3. Department should be in
descending order.
1. Stu_id
2. Stu_roll
3. Stu_name
4. Stu_age
5. Stu_dob
6. Stu_course
7. Stu_address
8. Stu_contact
Add atleast 7 records in the table.
Answer the following.
a. Emp_ID
b. Emp_name
c. Emp_designation
Make Emp_ID as a primary key
a. Dept_ID
b. Dept_name
c. Dept_location
a. P_ID
b. P_name
Designate primary key in all the
tables. Establish the relationship
between the table Emp_details and
Dept_details as 1:1, 1:M and M:1.
Also establish a relationship between
the table Emp_details and projects as
1:1. Enforce referential integrity
constraints on it and write down the
steps for the same.
1. Acc_no
2. Acc_type
3. Date_of_opening
4. Transaction_type
5. Balance
6. AccH_name
7. Transaction ID
Enter 10 records in the table and
perform the following queries on it.
1. Enroll no.
2. Stu_name
3. Course_id
4. Batch
5. Semester
Execute the following query after
entering 10 records in the table
Customer_ID Number
Phone Number
1. Serial_no
2. Name
3. City
4. Age
5. Marks
Execute the following queries after
entering 10 records in the table:
Emp_id
Emp_name
Contact no.
Gender
Salary
Emp_grade
Designation
Address
1. Emp_ID
2. Emp_name
3. Dept_name
4. Salary
5. Address
6. Date of joining
Perform the following queries:
1. S_NO
2. Name
3. Marks
Enter 10 records in the table and
execute the following queries:
● EMP ID
● EMP NAME
● EMP DESIGNATION
● EMP AGE
● EMP DEPARTMENT
● EMP SALARY
a. Student_ID
b. Name
c. Age
d. Course
e. Fees
2. Insert values in this table.
1. EMPLOYEE
F_NAME
L_NAME
E_ID
DOB
ADDRESS
SALARY
2. DEPARTMENT
D_NO
D_NAME
MGR_NO
MGR-DOJ
• R no
• Name
• Course name
• Attendance
• Dob
• Address
Course will have values either ISM or
FMI. Enter 5 records. Create a form
for the abovetable in design view. Add
text box and the following buttons to
it:
1. Go to first record
2. Go to last record
3. Go to previous record
• PRO ID
• PRO NAME
• PRO PRICE
PRODUCT Table.