insert into book (book_id , book_name , price) values (#{bookId},#{bookName},#{price}) update book set book_name = #{bookName} , price = #{price} where book_id = #{bookId} delete from book where book_id = #{bookId} update book book_name = #{bookName} , price = #{price} where book_id = #{bookId}