Specify the following queries in SQL on the University database 1. Retrieve the names of all courses taught by professor

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Specify the following queries in SQL on the University database 1. Retrieve the names of all courses taught by professor

Post by answerhappygod »

Specify the following queries in SQL on the University
database
1. Retrieve the names of all courses taught by professor King in
Fall 21.
2. Retrieve the name and transcript of each senior student
(Class=4) majoring in
CS. Transcript includes course name, course number, credit hours,
semester,
year, and grade for each course completed by the student.
3. Retrieve the names and major departments of all straight A
students (students
who have a grade of A in all their courses).
4. Retrieve department names and the number of students with that
department
major (sorted in decreasing order of the number of students)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply