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 method is used by the Command classes to execute SQL statements that return single values?
What's new in sql management studio for sql server? : sql server management studio
New concepts of sql server 2005 use in your project.
What is the difference between functions and stored procedures?
What are sql azure firewall rules?
What types of Joins are possible with Sql Server?
What is 2nf normalization?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
Explain microsoft sql server functions?
Explain how you can configure a running aggregate in SSRS?
What do you understand by mirroring and mention the advantages of the mirroring?
How we can compare two database data?
How do I view a script in sql server?
Explain about link server in sql server?
What is coalesce and check constraint in sql server?