what is the difference between union and union all
Answer Posted / ranjay kumar singh
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which is better cte or subquery?
What is row_number () in sql?
Explain isolation levels. : Transact sql
what is a constraint? : Sql dba
What are sql constraints?
What are all ddl commands?
What is a schema sql?
What is the non-clustered index in sql?
What is date functions?
Can we join tables without foreign key?
Is subquery faster than join?
Why do we use procedures in pl sql?
What is view? Can we update view
What is the usage of nvl function?
can a stored procedure call itself or recursive stored procedure? : Sql dba