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
How global cursor can be declare with dynamic trigger ?
how to drop an existing view in mysql? : Sql dba
What are inner and outer joins examples of both?
how to create a table index in mysql? : Sql dba
Can a trigger call a stored procedure?
how to include numeric values in sql statements? : Sql dba
what is rdbms? : Sql dba
What are stored procedures in mysql?
Can we use ddl commands in pl sql?
Differentiate between sga and pga.
How do I run a script in sql developer?
What is scalar function in sql?
Which is faster joins or subqueries?
What is delimiter sql?
Explain the savepoint statement.