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 materialized view in sql?
How many types of index are there?
How many types of triggers are there in pl sql?
Is join an inner join?
What do you understand by pl/sql cursors?
How to add, remove, modify users using sql?
Can we create view in stored procedure?
what is myisam? : Sql dba
What is record data type?
Explain what is sql?
What is the file extension for sql database?
Are dml statements autocommit?
what is data manipulation language? : Sql dba
How to assign sql query results to pl sql variables?
How can you load multi line records? : aql loader