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


Please Help Members By Posting Answers For Below Questions

Why and where this web.config file is used?

593


Describe the method to create a permanent cookie?

579


What are the Types of chaching. How to implement caching

560


Whats the difference between abstract factory pattern and factory pattern?

595


Explain about Application and Session Events ?

635






When maintaining session through sql server, what is the impact of read and write operation on session objects?

529


What is bound controls

585


How ASP.NET page works?

676


What is syntax code to send email from an asp.net application?

528


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

517


What symbol specifies the beginning of a query string?

531


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1407


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

627


What language is asp.net written in?

526


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

1404