What are the differences between UNION and JOINS?
Answer Posted / saravakumar
A join selects columns from 2 or more tables. A union
selects rows.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Benefits of Stored Procedures?
Does order by actually change the order of the data in the tables or does it just change the output?
Explain “not null constraint” in sql server?
How can I check that whether automatic statistic update is enabled or not?
Why we need to use secondry database file? though, we can do same work using primary database file also.
What are the new features are introduced in sql server 2012 reporting services?
what is a transaction and what are acid properties? : Sql server database administration
Explain magic tables in sql server?
What is an indexing strategy?
How to drop an existing stored procedure in ms sql server?
Tell me about normalization in DBMS.
Can two different columns be merged into single column? Show practically?
Can a trigger be created on a view?
What is data modeling and Reterminal integrity?
Can group functions be used in the order by clause in ms sql server?