UNION
TheUNION
operator is used to combine the result-set of two or moreSELECT
statements.SELECT
TheSELECT
statement is used to select data from a database. The data returned is stored in a result table, called the result-set
WAIT
Hmm, aboutWAIT
, we’re going to useSLEEP
becauseWAIT
command is not available in MySQL.SLEEP
is a command to put a delay on an output before it gets returned.
--
--
is one of three comment styles that available in MySQL
Thanks!👏