Database MCQS - QUESTION DETAILS

What is the purpose of the Oracle UNION operator?
A. Combine rows from two or more tables
B. Rotate rows into columns based on values in a specified column
C. Sort the result set
D. Join multiple tables

'UNION' is used to combine the results of two or more SELECT statements in Oracle.

Similar Questions

In SQL Server, what is the purpose of the IDENTITY property?






Which SQL Server statement is used to update values in a table based on a condition?






What is the purpose of the SQL COALESCE() function?






In SQL Server, what does the term "ACID" stand for in the context of transactions?






In SQL Server, what is the purpose of the LIKE operator?






What is the purpose of the SQL LEFT JOIN clause?






Which Oracle statement is used to grant specific privileges to a user?






In SQL Server, what is the purpose of the SQL Server FLOAT data type?






Which SQL Server statement is used to create a new table in a database?






Which MySQL statement is used to change the structure of an existing table?