Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.29 KB

File metadata and controls

20 lines (16 loc) · 1.29 KB
TABLEcustomerscustomerThe customer for the library
idAUTOINCREMENTPKAuto-generated id
firstTEXTNOT NULLCustomers’ first name
lastTEXTNOT NULL, INDEXCustomers’ last name
ABSTRACT TABLEmediamediaThe contents of the library
idAUTOINCREMENTPKAuto-generated id
titleTEXTThe title of the media
authorTEXTThe author
publishedDATEPublication date
TABLE (media)booksbookThe books in the library
pagesINTEGER100
borrowed_byFK customers(borrowed_books)NULLWho borrowed the media
TABLE (media)dvdsdvdThe dvds in the library
regionINTEGER1
borrowed_byFK customers(borrowed_dvds)NULLWho borrowed the media