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
How to return an array from java to pl/sql?
Explain raise_application_error.
Explain the purpose of %type and %rowtype data types with the example?
Explain select statements in sql?
Which sorts rows in sql?
What is data manipulation language?
What does fetching a cursor do?
What do you think about pl/sql?
How many types of indexes are there in sql?
Can we commit inside a trigger?
What is the current version of postgresql?
What is the difference between view and stored procedure?
What is trigger in sql and its types?
What is the use of & in pl sql?
Does db2 use sql?