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
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What does the file extension accdb stand for?
What are database links used for?
Does truncate table reset auto increment?
What is materialized view in sql?
What is the difference between union and union all command?
What is difference between sql and oracle?
What is sql basics?
How do I create a sql database?
Can we use having without group by in sql?
What is difference between rank () row_number () and dense_rank () in sql?
What are different types of sql commands?
What does truncate mean in sql?
Why do we need cursors in pl sql?
What are stored procedures in mysql?