How maney row would be print after join if A table have 100
rows and B table have 50 rows...
Answer Posted / rajesh kannan.m
actually it is natural join.if two table is there like A and B
the natural join is A*B.A=100,B=50.so ans is 100*50=5000 rows.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is datawarehouse?
What are the different types of Indexes available in SQL Server?
Why use cursor in sql server?
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
What is the language structure to add a record to a table?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
Which table keeps information about stored procedures?
What is BCNF? How is it better than 2NF & 3NF?
What is a join in sql?
What is the architecture of ms sql reporting service?
What do you understand by user-defined function in the sql server?
What are the advantages of using stored procedures?
What is nested transaction?
How to loop through result set objects using mssql_fetch_array()?
What is the difference between index seek vs. Index scan?