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 sql injection owasp?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What are stored procedures used for?
What is #table in sql?
What are the types of functions in sql?
Explain the structure of pl/sql in brief.
What are different types of queries in sql?
what is try_catch block in procedure
What is your daily office routine?
What version is sql?
How do you add a column to a table?
Can we rollback truncate?
What is column?
Is null operator in sql?
How can use stored procedures in sql?