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

How many replicas are maintained for each sql azure db?

106


Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?

581


How raid can influence database performance?

569


What is cdc in sql server?

569


What happens if the update subquery returns no rows in ms sql server?

587






In which sql server version report builder introduced?

105


How do I find the query plan in sql server?

545


Can we write a distributed query and get some data which is located on other server and oracle database?

762


What does ss stand for sexually?

584


Explain what is log shipping?

578


When cursors are useful?

575


Does the order of columns in update statements matter?

478


Explain about system stored procedure?

592


What is 3nf normalization form?

563


Explain about unique identifier data type in sql server?

514