Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisgituhi/mysql-queries
A repository dedicated to learning sql statements, clauses and queries
https://github.com/louisgituhi/mysql-queries
Last synced: about 1 month ago
JSON representation
A repository dedicated to learning sql statements, clauses and queries
- Host: GitHub
- URL: https://github.com/louisgituhi/mysql-queries
- Owner: louisgituhi
- Created: 2024-03-07T18:02:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T19:30:48.000Z (9 months ago)
- Last Synced: 2024-03-15T20:49:18.748Z (9 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySql Queries, statements and clauses
Am using SQL Tools VScode Extension.I also have SQL installed and running locally on my machine.
Once its running, us the command
```
CREATE DATABASE customers;
```
to create a database and follow along ⚡.