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

Answer Posted / tnt

IF TWO TABLE A(100) AND B(50) ARE PARTICIPATE IN NO
SPECIFIC JOIN THEN IT WILL BE CROSS JOIN LIKE THIS

SELECT A.ROW,B.ROW FROM A,B

IT WILL GIVE 100*50 RESULT

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the web service used for reporting services?

106


What is the security model used in sql server 2005?

696


What is scrollable cursor?

752


What is database mirroring?

754


What do you mean by an execution plan? Why is it used?

731






Which operator do you use to return all of the rows from one query except rows are returned in a second query?

759


What is an expression in ms sql server?

725


How to create a simple table to test triggers in ms sql server?

682


Your table has a large character field there are queries that use this field in their search clause what should you do?

694


What is attribute relationships, why we need it? : sql server analysis services, ssas

675


role of sql sever 2005 in database rather than any other database

1724


what is raid? : Sql server database administration

719


Can a trigger be created on a view?

738


What is user-defined scalar function?

722


What is built-in/administrator?

728