This video talks about
MySQL Introduction
what is mysql
introduction of mysql
my+sql=mysql
Introduction to MySQL
MySQL Tutorial For Beginners
mysql advantages
JOINS :
a. INNER JOIN
SELECT LIST OF COLUMNS FROM
TABLE1 JOIN (INNER JOIN) TABLE2 ON TABLE1.DEPTID=TABLE2.DEPTID
b. LEFT JOIN :
EMP and DEPT
LEFT RIGHT
RESULT = COMMON DATA + LEFT OVER DATA in THE LEFT TABLE
== INNER JOIN OUTPUT + LEFT OVER DATA in THE LEFT TABLE
c. RIGHT JOIN :
EMP and DEPT
LEFT RIGHT
RESULT = INNER JOIN OUTPUT + LEFT OVER DATA in RIGHT TABLE
d. Self Join : Kind of Inner JOIN
EMP AND EMP
e. Cross Join :
Result = No of records in EMP * No of Records in Dept
Watch video MySQL Tutorials | MySQL JOINS | Inner Joins with examples in mysql | What is inner join in mysql online without registration, duration hours minute second in high quality. This video was added by user Training2SQL MSBI 20 November 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 232 once and liked it 4 people.