Test description

This quiz was designed to check your advanced knowledge of SQL (ANSI).
Topics: SQL, RDBMS, VIEWS, JOINS.

Sample questions

1
What will be the output of the following query?

SELECT City FROM Customers
UNION
SELECT City FROM Suppliers
ORDER BY City;