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 data resources?
How do database indexes work?
Can two tables share the same primary key?
what is the difference between openrowset and openquery?
How can we delete Duplicate row in table?
Write a sql query to delete duplicate records from a table called table1
Why use triggers?
What is trigger explain with program?
What is difference between rownum and rowid?
What is the default port for SQL Server over a firewall?
Suggest a method of joining two tables.
What is difference between group by and having?
Why is sql server log file full?
What is RMS migrations?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.