图书管理系统-创建数据库和表
/*1管理员表(L_Administrator)字段名 字段说明 数据类型 约束 备注a_id 管理员编号 int Primary Key Identity(1000,1)a_name 管理员姓名 n
图书管理系统-创建数据库和表