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

Answer Posted / gowrishankar.s

join is used to join the two or more based on join tables.
in A table having 100 rows and b table having 50 rows in
this situation innerjoin join the related columns only.
select A.sutdid,B.empid, from A innnerJoin B
on A.studid=B.empid;
innerjoin is used retrieve all rows from both tables as
long as there is a matching between two columns.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is identity?

559


Explain error and transaction handling in sql server?

506


Using the customer, and order table in northwind database, please write a query to produce xml?

657


What happens if the update subquery returns no rows in ms sql server?

593


What is the function of inner join?

563






What is the simplest way to create a new database in ms sql server?

542


What is cross join in sql server joins?

602


John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?

534


How to download and install sql server 2005 books online?

544


What is sub-query in sql server?

675


What are horizontal and vertical scaling?

146


What are the different Authentication modes in SQL Server and how can you change authentication mode?

647


What do you understand by a stored procedure?

608


Describe the left outer join & right outer join. : sql server database administration

590


Name three of the features managed by the surface area configuration tool? : sql server security

515