What is the difference between join and union.
Answer Posted / rupesh singh
Join is used to MERGE the data from 2 or more different
tables, while union is used to APPEND the data based on
different conditions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we write dml inside a function in sql server?
What do you understand by case manipulation functions?
How many developers work on postgresql?
How to avoid duplicate records in a query?
What is thread join () in threading?
What do you mean by query optimization?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
Why do we use view in sql?
Why is sql important?
How many types of primary keys are there?
What does fetching a cursor do?
What is latest version of sql?
What is the difference between truncate and drop statements?
What is the syntax to add a record to a table?