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
How can I open ashx file in mobile?
witch is the best insistute in sharpoint course.what abt future of share point course.
Explain the purpose of storyboard.targetproperty.
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
How to fetch a data from one table to another table in asp.net ?
How do I upload a file from my ASP.NET page?
What is page fragment caching?
How can we create pie chart in asp.net?
What is asp.net file?
Explain file-based dependency and key-based dependency.
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Name the namespace which is used by ado.net?
Can you change a Master Page dynamically at runtime?
In which event of the page viewstate is available?
What is the difference between file-based dependency and key-based dependency?