create table 书种类表(书编号,书名,作者....)
create table 进货表(进货编号,时间,进货人....)
create table 进货明细表(进货编号,书编号,数量,金额....)
create table 销售表(销售编号,时间,销售人编号...)
create table 销售明细表(销售编号,书编号,数量,金额....)
create table 库存表(书编号,数量,单价)
数量为金额为负表示退货!具体看需求!