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 do I find the sql server version?
What is 3nf normalization form?
How can we migrate from SQL server to SQL Azure?
Explain the purpose of indexes?
Explain “row_number()” in sql server with an example?
Can we use custom code in ssrs?
Can we call stored procedure in trigger?
How can you check the level of fragmentation on a table?
What is subquery in sql?
What is a Join and explain its types?
Which are new data types introduced in sql server 2008?
What is the security principal at the database level that represents your session?
How to delete exactly duplicate records from a table?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
Explain a differential backup?