Suppose you're given the tables below, containing information about various college programs, as well as students currently enrolled in the listed universities. Note that 'college_name_program_id' is a unique identifier for the college/program combination.
Table: college_info
| college_name_program_id | college_name | college_program |
|---|---|---|
| 00001 | University A | Engineering |
| 00002 | University A | Business |
New to InterviewQs? Sign up now.
By proceeding, you agree to our Terms and Conditions and Privacy Policy.
Loading editor...