Suppose you have the following tables which contain information about graduate admission rates across different university programs. For the "accepted" field in the "student_applications" table, 0 indicates rejection and 1 indicates accepted.
college_info
| college_program_id | college_id | college_name | program |
|---|---|---|---|
| 00001 | 00001 | University A | Public Health |
| 00002 | 00001 | University A | Engineering |
| 00003 | 00001 | University A | English |
New to InterviewQs? Sign up now.
By proceeding, you agree to our Terms and Conditions and Privacy Policy.
Loading editor...