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

select Publisherid from title where Authorid =(select Authorid from authour where Authourname='Aut3' )

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of roles provided by ssrs?

118


Which Model uses the SET concept

668


What is a data source or ds? : sql server analysis services, ssas

660


How use inner join in sql server?

706


Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.

1519






What is the purpose of the master database?

708


what is the different types of backups available in sql server? : Sql server database administration

578


Explain about builtinadministrator?

678


Can a rule be bound to any column of any data type?

660


Determine how to use the inserted and deleted pseudo tables?

614


on line cluster can we make if yes tell me the procedure

1613


What are the methods used to protect against sql injection attack?

691


What are system databases into sql server (2005/2008)?

668


What do you mean by cardinality?

575


Tell me when is the update_statistics command used?

596