Answers for "a union query is which of the following"

SQL
-1

what is union in sql

UNION:
COMBINES THE RESULT OF 2 QUERY AND
REMOVES DUPLICATE ROWS AND
SORTS BY FIRST COLUMN
Posted by: Guest on January-07-2021

Code answers related to "a union query is which of the following"

Code answers related to "SQL"

Browse Popular Code Answers by Language