Lab # 07 (1)
Lab # 07 (1)
Lab # 07
Objective:
Introduction to Databases-II
Name of Student:
Date of Experiment:
Marks Obtained/Remarks:
Signature:
Done earlier:
1. Table1: Student (containing fields: Student ID, First Name, Last Name, Department,
University and Class)
Enter different Departments and university names.
2. Table2: Marks (containing fields: Student ID, ICT, PF, Electronics, English, Islamiat, Mathematics)
3. Sort data in the student table on the bases of first name; A-Z
4. Select appropriate primary keys and define appropriate relationship for these two tables.
Now Do:
5. For these two tables (Student and marks) create the following queries to show:
• Create the Reports and Forms of these two tables (Student and marks)
• Marks in all six courses with the first and last name of students
• The ID of those students who scored less than 50 marks in ICT
• The first name of those students who scored greater than equal to 80 marks in ICT
• Design a Query that displays the first name for all Students whose name starts with the
letters 'A', also Create the Report of query.
• Design a query of University Name, only students of UIT should be visible and then Create
Report of query