What does the following SQL statement return, assuming that
all tables and column names are correct?
SELECT FirstName, StreetAddress
FROM Employees
JOIN AddressBook
ON Employees.EmpID = AddressBook.EmpID

a) Nothing, the JOIN syntax is wrong.
b) All the records form the Employees table, and only the
matching ones form the StreetAddress table.
c) All the records from the StreetAddress table and only the
matching records form the Employees table.
d) Only the matching records from the two tables.

Answer Posted / ar prabhakaran

d) Only the matching records from the two tables.

JOIN will return only matching column values from both tables.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain asp.net web forms.

757


Is asp.net still used?

746


Where is http session stored?

665


What is Dynamic Web and discuss its usage with the help of real life examples?

793


How many web config files can be created for an application?

614


Which method is used to perform all validation at the page level?

716


Explain the use of fragment caching.

828


What are the features of asp.net mvc?

683


How do you deploy your asp.net application?

753


Why we use content place holder in asp.net?

742


What is routing in MVC?

779


In which event of page cycle is the viewstate available?

772


Contrast OOP and SOA. What are tenets of each ?

1932


What is round trip in asp.net?

669


Where sessions are stored?

853