UNION
TheUNIONoperator is used to combine the result-set of two or moreSELECTstatements.SELECT
TheSELECTstatement is used to select data from a database. The data returned is stored in a result table, called the result-set
![2]()
WAIT
Hmm, aboutWAIT, we’re going to useSLEEPbecauseWAITcommand is not available in MySQL.SLEEPis a command to put a delay on an output before it gets returned.
![3]()
--
--is one of three comment styles that available in MySQL
![4]()
Thanks!👏



