a) Select Course_id from section where Building = ‘Richard’;
b) Select Course_id from section where Year = ‘2009’;
c) Select Course_id from teaches where Building = ‘Packyard’;
d) Select Course_id from section where Sec_id = ‘3’;
The query which selects the Course_id ‘CS-101’ from the section relation is
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The query which selects the Course_id ‘CS-101’ from the section relation is
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!