У нас вы можете посмотреть бесплатно Types of Joins in SQL | Oracle SQL fundamentals или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
A #JOIN clause is used to combine rows from two or more tables, based on a related #column between them. (INNER) JOIN: Returns records that have matching values in both tables LEFT (OUTER) JOIN: Returns all records from the left #table, and the matched records from the right table RIGHT (OUTER) JOIN: Returns all records from the right table, and the matched records from the left table FULL (OUTER) JOIN: Returns all records when there is a match in either left or right table 00:00 Why do we join two tables? 01:38 Types of Joins 02:14 What is Inner Join? 05:31 What is Left Join? 07:09 What is Right join? 07:25 What is Full Outer Join? Website: https://www.dbagenesis.com/ Facebook: / dbagenesis Instagram: / dbagenesis Twitter: / dbagenesis