Загрузка...

SQL Joins | INNER JOIN, OUTER JOIN, LEFT JOIN, RIGHT JOIN

INNER JOIN
Returns only the records with matching values in both tables.

LEFT JOIN (or LEFT OUTER JOIN)
Returns all records from the left table, and matched records from the right table. If there's no match, NULLs are returned for right table columns.

RIGHT JOIN (or RIGHT OUTER JOIN)
Returns all records from the right table, and matched records from the left table. If there's no match, NULLs are returned for left table columns.

FULL OUTER JOIN
Returns all records when there is a match in either left or right table. If there is no match, NULLs are returned for the missing side.
#sql #database #sqljoins
My Cannel : https://youtube.com/@myakcoding
Blogging Web Site : https://akcoding.com

About us
AK Coding, the ultimate destination for developers seeking to empower themselves with programming concepts and code!. If seeking Mobile and Web development Whether you’re a beginner looking to learn the fundamentals or an experienced developer seeking to expand your skills, this is the place for you.

Видео SQL Joins | INNER JOIN, OUTER JOIN, LEFT JOIN, RIGHT JOIN канала AK Coding
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки

На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.

Об использовании CookiesПринять