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
Explain how exception handling is done in advance pl/sql?
What is the difference between partitioning and sharding?
what is the difference between group by and order by in sql? : Sql dba
What is difference between inner join and self join?
how to load data files into tables with 'mysqlimport'? : Sql dba
What are the operators in sql?
How to pipe multiline string to isql?
What are transaction and its controls?
What is query execution plan in sql?
How many commands are there in sql?
Why is pl sql needed?
Why do we use triggers?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What if we write return in procedure?
Why we use joins in sql?