Database MCQS - QUESTION DETAILS

In Oracle, what is the purpose of the MERGE statement?
A. Combine rows from two or more tables
B. Update, insert, or delete data based on a condition
C. Sort the result set
D. Join multiple tables

The 'MERGE' statement is used to update, insert, or delete data based on a condition in Oracle.

Similar Questions

In MySQL, what is the purpose of the SHOW TABLES statement?






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






Which SQL Server statement is used to change the value of an existing record in a table?






What is the purpose of the SQL Server AVG() function?






What is the purpose of the SQL Server DISTINCT keyword?






What is the purpose of the SQL Server SELECT TOP clause?






Which SQL function is used to find the current user in MySQL?






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






Which SQL function is used to find the lowest value in a column?






In SQL Server, what is the purpose of the HAVING clause?