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

option d

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

527


Define the types of configuration files.

528


What is routing in MVC?

587


What is http response header?

552


How many types of Cookies are available in ASP.NET?

578






What is the difference between union and structure?

497


What can we do with asp.net?

505


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

544


Why do we need a web application session?

505


Is asp.net free?

548


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

593


What are the Difference between asp.net and asp ?

562


Differentiate between file-based dependency and key-based dependency.

505


What are uri parameters?

533


What is preprocessor in .net and type, where it use?

650