-- NO DUPLICATES SELECT first_name, last_name FROM employees UNION SELECT first_name, last_name FROM customers; -- DUPLICATES OK SELECT first_name, last_name FROM employees UNION ALL SELECT first_name, last_name FROM customers;
I just wanted to say that sir are the greatest teacher about the matter you are teaching in the whole of internet. Thank you for doing what you are doing. Your videos have helped me a lot.
Please could you do PHP full course? Your videos are like an oasis in the desert for people like us who have financial struggles. Thanks a million BRO!!!
-- NO DUPLICATES
SELECT first_name, last_name FROM employees
UNION
SELECT first_name, last_name FROM customers;
-- DUPLICATES OK
SELECT first_name, last_name FROM employees
UNION ALL
SELECT first_name, last_name FROM customers;
I just wanted to say that sir are the greatest teacher about the matter you are teaching in the whole of internet. Thank you for doing what you are doing. Your videos have helped me a lot.
Simple and easy to understand. Thanks!
Very good explanation - thanks :)
Professional and clear explanation thank you
Please could you do PHP full course? Your videos are like an oasis in the desert for people like us who have financial struggles. Thanks a million BRO!!!
He already has one
Great tuorial
BRO, you DA best !
GODLIKEEE!!!
thank you, it is really helpful
Thank you, you really simplify it :)
I love this video! ❤
Sick video brah
Thank you very much!
Which JOIN operater would work to combine no matter the column number?
can we create performed union as new table with a name?
same no. of columns having same datatype ?
I needed this thanks bro🤍