How maney row would be print after join if A table have 100
rows and B table have 50 rows...
Answer Posted / saurav kumar
it returns common records between table A and table B, because if we use only join it behaves as a inner join in SQL Server
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
What are different types of subquery?
Some queries related to SQL
What are rest-style architecture's?
How to call a function from a stored procedure in SQL Server ?
on line cluster can we make if yes tell me the procedure
How to write a query with an inner join in ms sql server?
What is the maximum length of an alert name?
What is the difference between primary key and unique constraints?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
Why do you need a sql server?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
Can we use custom code in ssrs?
What is use of except clause? How it differs from not in clause?
How to get @@error and @@rowcount at the same time?
How to get the definition of a view out of the sql server?