https://github.com/datarohit/mysql-learning
This repository is a hands-on learning resource for MySQL enthusiasts, designed to enhance your understanding of fundamental database concepts. The commands folder contains essential .sql files that can be easily accessed using either VSCode or MySQL Community Workbench.
https://github.com/datarohit/mysql-learning
mysql mysql-database mysql-workbench
Last synced: about 1 year ago
JSON representation
This repository is a hands-on learning resource for MySQL enthusiasts, designed to enhance your understanding of fundamental database concepts. The commands folder contains essential .sql files that can be easily accessed using either VSCode or MySQL Community Workbench.
- Host: GitHub
- URL: https://github.com/datarohit/mysql-learning
- Owner: DataRohit
- Created: 2024-01-03T17:46:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T12:17:48.000Z (over 2 years ago)
- Last Synced: 2025-02-15T07:47:19.184Z (over 1 year ago)
- Topics: mysql, mysql-database, mysql-workbench
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **MySQL-Learning**
**The folder `commands` contains `.sql` files that can by accessed using VSCode of MySQL Community Workbench**
**The files are complete in themselves so run the blocks one by one and observe the output**
**Topics Covered**
1. **databases**
2. **tables**
3. **insert rows**
4. **select**
5. **update and delete**
6. **autocommit, commit and rollback**
7. **current date, time and datetime**
8. **unique**
9. **not null**
10. **check**
11. **default**
12. **primary key**
13. **auto increment**
14. **foreign keys**
15. **joins**
16. **functions**
17. **logical operators**
18. **wildcard characters**
18. **order by**
20. **limit**
21. **union**
22. **views**
23. **index**
24. **subqueries**
25. **group by**
26. **rollup**
27. **on delete**
28. **stored procedures**
29. **triggers**