An open API service indexing awesome lists of open source software.

https://github.com/baeldung/sql-tutorials

Supporting code for the tutorials on https://www.baeldung.com/sql
https://github.com/baeldung/sql-tutorials

rdbms sql sql-query tutorials

Last synced: 8 months ago
JSON representation

Supporting code for the tutorials on https://www.baeldung.com/sql

Awesome Lists containing this project

README

          

This project contains SQL files that support the tutorials on https://www.baeldung.com/sql/

To setup the database on your local system, **go to the folder "1-setup"**. There are two methods you can use:
- manual setup - go to the [manual-setup](1-setup/manual-setup) folder, and select the file for the respective database technology and follow the instructions there
- docker setup - go to the [docker-setup](1-setup/docker-setup) folder and follow the instructions in the readme file