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 unique key constraint? : Sql dba
Show the cursor attributes of pl/sql.
Is sql a backend language?
Can one improve the performance of sql*loader? : aql loader
How does sql store data?
What is a composite primary key?
What is the purpose of cursors in pl/sql?
Explain the order of sql statement execution?
Can 2 queries be executed simultaneously in a distributed database system?
What is an implicit commit?
What are the different ddl commands in sql?
what is rdbms? : Sql dba
which operator is used in query for pattern matching? : Sql dba
Why do we use sqlite?
what are the disadvantages of mysql? : Sql dba