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 multi-statement table-value user-defined function?

724


How to delete existing rows in a table?

767


Explain differentiate between a having clause and a where clause?

684


How do use Having,Group by,Group function in SQL?

1537


What is the difference between primary key and unique constraints?

671






Can primary key be null?

683


What are trace files?

707


What is sharding?

103


What is a fan-out query in SQL Azure?

115


What is best institute to Learn DotNET And SQL in chennai?

1899


What is query and its types?

687


How do I make a resultset scrollable?

716


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

721


What are the properties and different types of sub-queries?

764


How will you know when statistics on a table are obsolete?

810