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 / saravanan p
select [Publiser ID] from Title where [Author ID] in(select
[Author ID] from Author where [Author Name]='AuthorName')
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain transaction server isolation?
What is b tree index?
What is SQL Azure Federations?
What part does database design plays a role in performance of an sql server-based application?
Why do we need different type of parameter?
Explain what is the main purpose of having conversation group?
How to list all user names in a database?
Explain transaction server auto commit?
What is the ‘fillfactor’?
How to read data in a table with "select" statements?
What is the sql profiler?
How to list all stored procedures in the current database using ms sql server?
What is acid mean in sql server?
What are commonly used odbc functions in php?
What are the indexes in sql server?