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
How to update a field in SQL after ALTERING a row?
Explain powershell included in sql server 2008?
What are the types of database recovery models?
How to return the second 5 rows in ms sql server?
What are the different types of sql server replication? : sql server replication
What is cached report?
What are the lambda triggers?
How many columns can exist together per table?
What is the difference in accessing db between sql server vs sql azure?
What is trace flag in sql server?
How do we know if any query is retrieving a large amount of data or very little data?
What is 3nf normalization form?
What are the properties of the transaction?
Describe the left outer join & right outer join. : sql server database administration
what is the maximum size of a row? : Sql server database administration