logo

Crowdly

Database & SQL Basics Lite Edition [Ukr+Eng sub, 2016]

Шукаєте відповіді та рішення тестів для Database & SQL Basics Lite Edition [Ukr+Eng sub, 2016]? Перегляньте нашу велику колекцію перевірених відповідей для Database & SQL Basics Lite Edition [Ukr+Eng sub, 2016] в softserve.academy.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

PRIMARY KEY is one or several fields of a table that contain a reference to the foreign key field in another table.

Переглянути це питання

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

What is the query that would produce the following result set:

NAME OF STUDENTNAME OF INSTITUTE
Стернюк У.Computer science
Войтенко М.Mathematics
Бабич О.Mathematics

 

 

 

 

0%
0%
0%
Переглянути це питання

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 

Переглянути це питання

If a table in a database has a foreign key then

Переглянути це питання

Consider the EMPLOYEE table containing the employee’s ID, his name, salary and the ID number of his manager.

Check the queries which produce the information about employees who earn more than their managers:

Переглянути це питання
What template should we use to show all records starting with ‘Україна’
Переглянути це питання
To filter the information about students studying by the direction Java or .NET, one should use the following condition:
Переглянути це питання
Which query would produce the information about students from the STUDENT table who study in the ‘Computer Science’ institute and learn SQL
Переглянути це питання

Consider the following table named USER

How many records will the following query will produce:

        SELECT * FROM USER WHERE NAME LIKE ‘%Ivan’ 

Переглянути це питання
To eliminate duplicates in the result set, the following key word is used:
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на softserve.academy?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!