✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following table named STUDENT
ID | NAME | ID_INSTITUTE | RATING |
1 | Левицький А. | ||
2 | Стернюк У. | I1 | 3.8 |
3 | Войтенко М. | I2 | 3.5 |
4 | Бабич О. | I2 | 4.1 |
and the next table INSTITUTE
ID | NAME |
I1 | Computer science |
I2 | Mathematics |
I3 | Physics |
which have a relationship by the field ID_INSTITUTE
What is the query that would produce the following result set:
NAME OF STUDENT | NAME OF INSTITUTE |
Стернюк У. | Computer science |
Войтенко М. | Mathematics |
Бабич О. | Mathematics |
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!