logo

Crowdly

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 

 ID NAME ID_INSTITUTERATING 
Левицький А.  
Стернюк У. I1 3.8 
Войтенко М. I2 3.5 
Бабич О. I2 4.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 FULL JOIN INSTITUTE

ON 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!