📜  扩展 2.1 案例研究以实现下面列出的查询.编写单独的操作方法来实现每个查询. a.查询数据库中的所有书籍. - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:35.929000             🧑  作者: Mango

代码示例1
Extend the 2.1 case study to implement below listed queries. Write separate operations/method to implement each query. 

a.Query all books in database. 
b.Query all books written by given author name
c.List all books with given price range. e.g. between Rs. 500 to 1000
d.List the author name for given book id.