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
What security features are available for stored procedure?
Mention what are the different types of ssrs reports?
can you instantiate a com object by using t-sql? : Sql server database administration
What are various aggregate functions that are available?
What is row-level compre?
Explain what are various ways to enhance the ssrs report?
Can a rule be bound to any column of any data type?
How can i Relate Tables in SSIS
what are the Prerequisites for Replication?
What is failover clustering overview?
How to truncate the log in sql server 2012? : sql server database administration
What is the difference between sdf and mdf?
what's the difference between delete table and truncate table commands? : Sql server database administration
How to integrate the ssrs reports in application?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration