Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miladsade96/mysql_notes

Practical sql commands to query data from mysql databases that you may need in your work life as a backend or fullstack developer
https://github.com/miladsade96/mysql_notes

database db dbms mysql mysql-database queries query sql

Last synced: about 1 month ago
JSON representation

Practical sql commands to query data from mysql databases that you may need in your work life as a backend or fullstack developer

Awesome Lists containing this project

README

        

![Logo](assets/mysql_notes.png)

Practical sql commands to query data from mysql databases that you may need in your work life as a backend or fullstack
developer

## Authors

- [Milad Sadeghi DM](https://www.github.com/miladsade96)

## Table of Contents

1. [Retrieving Data From A Single Table](notes/chapter-02/README.md)
2. [Retrieving Data From Multiple Tables](notes/chapter-03/README.md)
3. [Inserting, Updating and Deleting Data](notes/chapter-04/README.md)