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

Ms sql server index?

544


What happens if ntwdblib.dll is missing on your machine?

639


System requirements for sql server 2005 express edition?

569


Can we use where and having clause together?

510


What is data compression?

548






How to send a ssrs report from ssis?

125


what is a default tcp/ip socket assigned for sql server? : Sql server database administration

535


Tell me the use of keyword with encryption. Create a store procedure with encryption?

556


What is dynamic cursor in SQL SERVER?

565


If we delete pack Spec what will be the status of pack Body ?

970


Explain the properties of a relational table?

565


How to populate a table in sql server?

504


how can you attach more than 20 ldf files in sql server

1574


What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration

593


What are the steps to insert a table?

541