What is the difference of a LEFT JOIN and an INNER JOIN
statement? What is a Cartesian product? What causes it?
Answer Posted / janardan baghla
Left join is used to retrieve the non-matching value from
the left table specified at left in query.And inner join or
equi join is used to retrieve the matching rows
only.Cartesian product is used to retrieve the value as
multiplication of the rows from number of tables specified
in query
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Define web.config in .net?
How will create assesblies at run time?
How does a content page differ from a master page?
Explain global assembly cache.
What is x xss protection?
Write a code for sending an email from asp.net application.
Why should i prefer JSP over asp.net or any other web development language..??
What is rending process in ASP.NET?
What is validation in asp.net?
where can i gather the materials for MCP certification
How to register exception filter globally?
What is the adavantage of using ASP.NET routing?
Explain the difference between an exe and a dll?
What is difference between session and application in asp net?
Distinguish between Server-side and Client-side code?