How maney row would be print after join if A table have 100
rows and B table have 50 rows...

Answer Posted / sachin

Case 1: not common rows
then Inner join A join B <> row
full outer join A join B = 100 row
full outer join B join A = 50 row
Case 2: common rows (10)
then Inner join A join B = 10
full outer join A join B = 100
full outer join B join A = 50

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain different types of joins? : Sql server database administration

534


What is index, cluster index and nonclustered index?

516


What is sql profiler. What are the default templates with it? : sql server database administration

523


What stored by the tempdb ? : sql server database administration

570


What is a sql join?

576






Do you know the cursor optimization tips?

590


how would you improve etl (extract, transform, load) throughput?

550


What is the difference between varchar and nvarchar datatypes?

574


Can we add a cpu to sql server?

527


What is the difference between osql and query analyzer?

547


How do I view a stored procedure in sql server?

524


Explain about service Broker functions?

617


How to select all columns of all rows from a table with a select statement in ms sql server?

578


What is partitioned view?

529


What are the limitations in ssrs on sql server express edition?

139