(CS-244) Assignment-04 Joins
(CS-244) Assignment-04 Joins
Name: ________________________
Page 1 of 3
BS-SE / BS-CS Program CS-244 GIFT University Gujranwala
Instructions:
1. Create database on phpMyAdmin with the name “Student”.
2. Import text file “Student.txt” and here you go all the tables and data will be imported.
3. Read the queries carefully, perform the query on phpMyAdmin and screen the result.
4. Copy and paste the queries and add screenshot of the result of all the queries.
Page 2 of 3
BS-SE / BS-CS Program CS-244 GIFT University Gujranwala
10. The department wants to check the workload of all the teachers by checking
the number of courses taught by each teacher. Write an SQL statement that
displays the teacher id, teacher name and no the courses taught by that teacher.
Display only those teachers that are teaching exactly one course.
**END OF ASSIGNMENT**
Page 3 of 3