Explain UNION,MINUS,UNION ALL, INTERSECT?
Answer / pavan_1981
UNION:set of all rows selected by both queries excluding
duplicates rows.
UNIONALL:set of all rows selected by both queries including
duplicate rows.
MINUS:set of all rows present in the first query and not
present in the second query.
INTERSECT:set of all rows commonly returned by both the
queries.
Is This Answer Correct ? | 20 Yes | 4 No |
How to load data with sql*loader?
write a query to delete similar records in particular fields(columns) in different tables
How we can update the view?
What is data type in sql?
what is the difference between binary_integer and pls_integer
a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.
What is difference between inner join and cross join?
Explain the difference between rename and alias?
What are joins in sql?
what command is used to create a table by copying the structure of another table including constraints ?
What are the commands used in sql?
what is 'mysqladmin' in mysql? : Sql dba