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

I am having table Title with TITLE id,Author ID, Publiser
ID , table AUTHOR with Author ID, Author Name, table
PUBLISER with Pub ID, Pub name Here hot to find out the
publiser id who have relesed the books of patriticular
author?

Answer Posted / vrinda

SELECT t1.PUBID,t3.AuthorName
FROM Publisher t1 join Title t2
on t1.PUBID = t2.PUBID
join Author t3
on t3.AuthorID = t2.AuthorID.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List out different types of normalizations in sql server and explain each of them?

975


How to get the definition of a stored procedure back?

1020


Do you know spatial data types - geometry and geography in sql server 2008?

1092


What are relationships and mention different types of relationships in the dbms

1012


How to loop through result set objects using mssql_fetch_array()?

1135


Explain sql delete command?

1091


What is a primary key?

999


What is a livelock?

1017


Can we use pragma autonomous_transaction in trigger?

1014


Will count(column) include columns with null values in its count?

1149


Does full backup break log chain?

1014


What are group functions in query statements in ms sql server?

1065


What is the use of keyword with encryption. Create a store procedure with encryption?

999


Explain the creation and execution of a user-defined function in the sql server?

1113


Can the query output be sorted by multiple columns in ms sql server?

1029