Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miladsade96/mysql_notes
- Owner: miladsade96
- License: mit
- Created: 2024-08-28T19:40:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T12:13:14.000Z (about 2 months ago)
- Last Synced: 2024-10-02T07:24:02.941Z (about 2 months ago)
- Topics: database, db, dbms, mysql, mysql-database, queries, query, sql
- Homepage:
- Size: 321 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)