Create table Book ( book_id identify primary key, book_name varchar(100), author varchar(100), ISBN varchar(13), ...)不为空就在字段后面加约束就行