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 / vivek

simply ans : D

becoz single JOIN means "inner join" which return common
record

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is autopostback in asp net?

581


Explain culture and uiculture values.

536


What are the advantages and disadvantages of Using Cookies?

514


What is difference between or and orelse?

543


List the major built-in objects in asp.net?

542






Explain the difference between asp & asp.net.

542


Explain the concept of event bubbling in ASP.NET?

576


Can we add code files of different languages in app_code folder?

596


Give me one example of Web API Routing?

596


What are the different session state management options available in asp.net?

511


Which protocol is used to call a web service?

557


What is asp net application object?

535


Explain the disadvantages of viewstate?

567


What threading model used in asp and asp.net?

565


What is the difference between cookie and session?

493