Henry Books
Henry Books
a. AUTHOR [5pts]
Field Name Data Type Length Description
AuthorNum Text 2 Primary Key
Author_Last Text 12 Last Name
Author_First Varchar First Name
Author_Initial Text 1
Author_Birthday Date/Time
Author_Add Varchar
b. BOOK [5pts]
1. Insert the following records on AUTHOR TABLE using INSERT INTO command. [6pts]
2. Insert the following records on BOOK TABLE using INSERT INTO command. [12pts]