Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauroslucios/mysqltutorial
tutorial mysql
https://github.com/mauroslucios/mysqltutorial
docker linux mysql mysql-database mysql-server
Last synced: about 2 months ago
JSON representation
tutorial mysql
- Host: GitHub
- URL: https://github.com/mauroslucios/mysqltutorial
- Owner: mauroslucios
- Created: 2024-06-13T01:29:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T02:06:51.000Z (7 months ago)
- Last Synced: 2024-06-14T06:13:11.182Z (7 months ago)
- Topics: docker, linux, mysql, mysql-database, mysql-server
- Homepage: https://www.mysqltutorial.org/tryit/query/mysql-order-by/
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQLtutorial
- DDL - Data Definition Language - Linguagem de Definição de Dados - São comandos DDL : CREATE, ALTER e DROP
- DML - Data Manipulation Language - Linguagem de Manipulação de Dados - São comandos DML : INSERT, DELETE e UPDATE