Book's data structure
Books
Field |
Description |
Example |
---|---|---|
|
Identification for the book. It is a string with the format |
|
|
Title of the book |
|
|
Identification for the author of a book; it references to the author's data |
|
|
Price for the book. It's a decimal value. |
|
|
Genre of the books |
Possible values are: |
Authors
Field |
Description |
Example |
---|---|---|
|
Identification for the author |
|
|
Author's last name |
|
|
Author's first name |
|
|
Author's nationality |
|
|
Year of author's birth. It's a numeric value. |
|