How maney row would be print after join if A table have 100
rows and B table have 50 rows...
Answer Posted / brajesh kumar srivastava
its depend on join what type join you are using,If You are
using cross join then 100*50 record would printed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the usage of floor function in sql server.
How do I view a procedure in sql server?
What is table join?
What is the library index called?
How real and float literal values are rounded?
What is the difference between clustered and non-clustered indexes in ms sql server?
Can I work with several databases simultaneously? : sql server management studio
Explain in details security in SQL azure?
What type of Index will get created after executing the above statement?
What does <> symbol mean?
How much memory that we are using in Logshipping Concept?
Why I am getting this error when dropping a database in ms sql server?
Can the query output be sorted by multiple columns in ms sql server?
What is the difference between left and right outer join?
List the advantages of using stored procedures?