Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carrington-dev/sql
MySQL Tutorials from Beginners to intermediate
https://github.com/carrington-dev/sql
distinct-elements inner-join sql update
Last synced: 4 days ago
JSON representation
MySQL Tutorials from Beginners to intermediate
- Host: GitHub
- URL: https://github.com/carrington-dev/sql
- Owner: Carrington-dev
- Created: 2024-06-12T09:43:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T10:17:10.000Z (5 months ago)
- Last Synced: 2024-06-12T14:49:48.661Z (5 months ago)
- Topics: distinct-elements, inner-join, sql, update
- Language: Shell
- Homepage: https://stemgon.co.za
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sql
```bash
git add .
git commit -m "SQL Queries for Beginers"
git branch -M main
git remote add origin [email protected]:Carrington-dev/sql.git
git push -u origin main
```