Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 ports must be open for DCOM over a firewall? What is the purpose of Port 135?

2445


Is asp.net different from asp? If yes, explain how?

1095


Which class is used to send an email message from an ASP.NET Web page?

1073


Where viewstate value is stored in asp.net?

1139


How to set the pane area to transparent of a scrollPane component.?

1054


How to prevent client side validation from the ASP.NET validation controls?

1147


How many types of validators are there in asp net?

1013


Explain how can we access static variable?

1213


Give me one example of Web API Routing?

1130


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

1089


What are the two Layouts supported by a Web form in ASP.NET?

1105


what is the difference between response.write() and response.output.write()?

1216


What are the different types of sessions in asp.net?

1003


What is different authentication mechanisms used in ASP.NET?

1188


Explain security types in asp.net?

1151