Answer Posted / krishna kant kumar
The UNION operator returns all rows from two or multiple tables and eliminates any duplicate rows but the UNION ALL operator returns from both queries, including all duplications.
The UNION operator can use DISTINCT keyword but the UNION ALL cannot it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can the query output be sorted by multiple columns in oracle?
Explain integrity constraint?
Explain self joins in oracle?
How to execute a stored program unit?
How do I escape a reserved word in oracle?
What is the data pump export utility?
How to drop a stored function?
how to handle exceptions in post production
What is data block in Oracle?
How to export data to a csv file?
How to speed up webrick?
What do you understand by database schema and what does it hold?
What are the differences between char and nchar in oracle?
What are the restrictions in a oracle read only transaction?
How to shutdown your 10g xe server from command line?