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 override dml statements with triggers?
When do you think a developer should use sql server-based cursors?
Explain what are magic tables in sql server?
When we should use and scope of @@identity?
How to create a view on an existing table in ms sql server?
What is subquery in sql?
Relational calculus is what type of language?
How to change the password of a login name in ms sql server?
How can you insert null values in a column while inserting the data?
What is SQL Azure Data sync?
A trigger can reference objects outside the current database? State true or false.
How to Check if table exists in sql server?
Is mysql the same as sql server?
Can we use pragma autonomous_transaction in trigger?
What are locks in sql?