what is the difference between union and union all
Answer Posted / suresh
union is used to select distinct values from two tables
where as union all is used to select all values including
duplicates from the tables
| Is This Answer Correct ? | 175 Yes | 12 No |
Post New Answer View All Answers
Which is better trigger or stored procedure?
What can I use instead of union in sql?
How does a self join work?
What is rank function in sql?
What is compound trigger?
What does fetching a cursor do?
When can we use the where clause and the having clause?
How do you define a foreign key?
What is multiple partition?
What is record variable?
What is null in pl/sql?
What is a rank in sql?
How to get each name only once from an employee table?
What are different types of indexes?
What is the starting oracle error number?