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
What is the purpose of the sql select top clause?
What are types of exception?
Which are the different types of indexes in sql?
what are the differences between char and nchar? : Sql dba
How many parts of a pl sql block are optional?
How do I partition a table in sql?
How do I count duplicates in sql?
How to write a query to show the details of a student from students table whose
how would you get the current date in mysql? : Sql dba
Is nosql faster than sql?
Can you skip header records while loading? : aql loader
What is the difference between cluster and non-cluster index?
How to call a javascript function from pl sql?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What is denormalization in a database?