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
What is server side in asp.net?
Differentiate between authentication and authorization.
What does the orientation property do in a menu control?
What are the session management techniques asp net?
How to create events for a control?
How to add DateTime Control in normal DataGrid Server Control?
Explain the benefits of viewstate?
what is a .xap file? Explain with an example.
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Explain how can you debug your .net application?
What are web beacons used for?
What is a master page and what does it do?
Is it possible to write code in many languages in one asp.net project?
How to find last error which occurred?
What is web api vs wcf?