Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/el634dev/sql-commands-practice
https://github.com/el634dev/sql-commands-practice
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/el634dev/sql-commands-practice
- Owner: el634dev
- Created: 2024-01-25T19:49:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-26T20:10:33.000Z (12 months ago)
- Last Synced: 2024-01-26T22:27:24.613Z (12 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Commands Practice
To run this code on your machine, clone this repository and navigate to the project folder. Then, run the following command:
```
sqlite3 < songs_albums.sql
```Alternately, you can find the code in [this SQL fiddle](http://sqlfiddle.com/#!7/a34037/2) which may be easier to write and debug.