logo

Crowdly

Browser

Add to Chrome

Consider the following table named STUDENT             and the ne...

✅ 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

IDNAMEID_INSTITUTERATING
1Левицький А.I14.7 
2Стернюк У.I13.8
3Войтенко М.  
4Бабич О.I24.1

 

 

 

 

 

 and the next table INSTITUTE

IDNAME
I1Computer science
I2Mathematics
I3Physics

 

 

 

 

which have a relationship by the field ID_INSTITUTE

How many records would the following query produce

SELECT STUDENT.ID, STUDENT.NAME, INSTITUTE.NAME

FROM STUDENT, INSTITUTE

WHERE STUDENT.ID_INSTITUTE=INSTITUTE.ID

 

More questions like this

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome