The document outlines the creation of several database tables related to a library system, including tables for publishers, books, authors, library programs, book copies, cards, and book lending. It includes the structure of each table, specifying primary and foreign keys, as well as data types. Additionally, it provides sample insert statements for adding publishers and books to the database.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
internal
The document outlines the creation of several database tables related to a library system, including tables for publishers, books, authors, library programs, book copies, cards, and book lending. It includes the structure of each table, specifying primary and foreign keys, as well as data types. Additionally, it provides sample insert statements for adding publishers and books to the database.