logo

Crowdly

The following tables are present in database: users and orders. The dump of thes...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

The following tables are present in database: users and orders. The dump of these tables are given on the image

users table with columns: user_id, user_lastname, user_firstname

orders table with columns: order_id, order_title, user_id, order_date

Users and orders

Based on these dumps please answer for the question

How many records will shown after next query execution:

SELECT users.user_firstname, users.user_lastname, orders.order_title FROM users

INNER JOIN orders ON users.user_id = orders.user_id

0%
0%
0%
100%
0%
0%
Більше питань подібних до цього

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

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