Just though I should add that you can also use INTO in a UNION statement to load the data into a new table. Just be aware that only the first SELECT will contain the INTO keyword.
SELECT * INTO NewTable FROM FirstTable
UNION ALL
SELECT * FROM SecondTable
SELECT quote FROM brain WHERE original = 10 rows returned