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
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What are recommended options to be used while using db mirroring? : sql server database administration
Give the query of getting last two records from the table in SQL SERVER?
How do I install sql server?
How can you control the amount of free space in your index pages?
Give main differences between "Truncate" and "Delete".
How can change procedure in sql server?
Is it possible to call a stored procedure within a stored procedure?
Can I delete event logs?
Can sql servers linked to other servers like oracle?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
What command would you use to create an index?
Explain about sql server login?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
Explain the stored procedure?