283 views
0 votes
0 votes
find the supplier who has supplied some title issued by "vijay"(may not be the same book by acc_no) .following are the scheme

supplier schema(Acc_no,Supp_name,price,date_of_supply)

book_schema(acc-no,yr_pub,title)

user schema(card_no,Borrower_name,borrower_addr)

borrow(acc_no,card_no,Date_of_issue) where acc_no means accession number and yr_pub means year of publication.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
punit dubey asked Sep 11, 2018
165 views
0 votes
0 votes
1 answer
2
saif asked Aug 10, 2018
320 views
Can anyone explain How to check whether the given tuple relational query is safe or not( any link or blog)