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
- Host: GitHub
- URL: https://github.com/baeldung/sql-tutorials
- Owner: Baeldung
- License: mit
- Created: 2023-09-14T20:09:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T21:38:26.000Z (8 months ago)
- Last Synced: 2025-06-13T22:34:38.437Z (8 months ago)
- Topics: rdbms, sql, sql-query, tutorials
- Language: TSQL
- Homepage: https://www.baeldung.com/sql
- Size: 2.01 MB
- Stars: 17
- Watchers: 17
- Forks: 71
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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