Section 04:10 Points Consider the following schema classroom(building, room_number, capacity) department (dept name, bui
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Section 04:10 Points Consider the following schema classroom(building, room_number, capacity) department (dept name, bui
write a SQL function that takes nothing as parameter but returns number of records in cross join between instructor and department tables. (ii) Considering above schema, create a view which will allow corresponding users to see only name of the department with total salary of instructors of corresponding department. to points [4 points]