Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ⚡.