what is the difference between union and union all
Answer Posted / ajith
A UNION statement eliminates duplicate rows;
A UNION ALL statement includes duplicate rows.
| Is This Answer Correct ? | 37 Yes | 4 No |
Post New Answer View All Answers
Can instead of triggers be used to fire once for each statement on a view?
Which is faster count (*) or count 1?
What is compilation error in pl sql?
What is raid? How does it help storage of databases?
What is trigger and stored procedure in sql?
What is the difference between the implicit and explicit cursors?
How to place comments in pl/sql?
What do you understand by pl/sql cursors?
What is server name sql?
Can variables be used in sql statements?
How many sectors are in a partition?
In what condition is it good to disable a trigger?
What is trigger types in sql?
What is the maximum number of triggers, you can apply on a single table?
How to change the order of columns in Oracle SQL Plus ?