✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Assuming that we have 2 tables - customers and orders:
Assume also that we have 2 customers and the first customer has 3 orders and the second customer has 5 orders. How many rows will the following select query bring?
select * from customers join orders on orders.customer_id = customers.customer_id;
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!