回 帖 发 新 帖 刷新版面

主题:让俺晕死的SQL语句题

让俺晕死的SQL语句题
1.图书馆一本书有好几个副本, 显示副本最多的那本书的书名,如有几本书的副本数同时为最大,一起列出.
2.显示作者的名字,在数据库中有他的三本以上的书的,并同时在名字后显示这是第几本书.
哪位老大帮帮忙啊?


schema如下:
borrow(transactionID, personID*, borrowdate, duedate, returndate) 
author(authorID, firstname, middlename, lastname) 
book_copy(bookID, bookdescID*) 
book(bookdescID, title, subtitle, edition, voltitle, volnumber, language, place, year, isbn, dewey, subjectID*) 
borrow_copy(transactionID*, bookID*) 
person(personID, firstname, middlename, lastname, address, city, postcode, phonenumber, emailaddress, studentno, idcardno) 
publisher(publisherID, publisherfullname) 
written_by(bookdescID*, authorID*, role) 
published_by(bookdescID*, publisherID*, role) 
subject(subjectID, subjecttype) 

回复列表 (共2个回复)

沙发

我晕自己不会连表查询吗??表都有了。自己找一下关键字就行了。

板凳

看不明白

我来回复

您尚未登录,请登录后再回复。点此登录或注册