Skip to content

raulincadet/BooksToRead

Repository files navigation

Queries from the database BooksToRead

GitHub top language GitHub repo size GitHub language count Lines of code

This SQL project create a database of great books and use it to make some simple and complex SQL queries. To replicate this project, you should run respectively the following SQL files:

  1. BooksDB_create.sql: to create the database Books and its 3 tables: a) tpublishers b) tauthors c) tbooks
  2. Books_insertdata.sql: to insert data into the tables.
  3. Queries.sql: to realized some queries to analyze data from the database Books.

Some queries are simple, such as displaying data from a table. Some other are more complex such as displaying some statistics related to books by publisher. The complex queries involve several tables and one or several sub-queries.

About

This SQL project create a database of great books.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages