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


Please Help Members By Posting Answers For Below Questions

Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

2093


Is asp.net mvc front end or backend? : Asp.Net MVC

982


Explain parts of assembly?

1014


How to unit test Web API?

1255


What permissions do asp.net applications posses by default?

1122


What is Forms Authentication in ASP.NET?

1148


what is DLL Hell and how it is solved in .NET? please explain clearly??

2423


Can we make activex dll also ti execute in some process as that of client ? How can we do?

4794


What do you mean by marshalbyref?

1142


When Cookies are expired in ASP.NET?

1059


What are the three parts of an http response?

1023


What is gridview in asp.net?

1059


What are merge modules?

1075


Where are session variables stored?

1009


What is a master page and what does it do?

986