what is the difference between union and union all
Answer Posted / leena
union all will combine the outputs of two or more queries.
union will combine the outputs of two or more queries but remove or ignore duplicate value in output.
union all is most faster as compare to union
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to download oracle sql developer?
define data blocks ? : Sql dba
What is the syntax and use of the coalesce function?
What are the popular database management systems in the it industry?
What is clustered index in sql?
Can we create view in stored procedure?
How do you break a loop in pl sql?
Can we group by two columns in sql?
How many scalar data types are supported in pl/sql?
How to execute a stored procedure?
What sql does db2 use?
How do temporal tables work?
What language is oracle sql developer?
what is offset-fetch filter in tsql? : Transact sql
How do you update sql?