Interacting with Relational Database Management Systems (RDBMSs) is a necessary skill for everyone who want to learn about web development, software development, data analysis...
To make it easier for entry-level developers to get familiar with SQL language in general and MySQL in particular, I prepared a brief summary of knowledge related to MySQL database programming at:
https://github.com/linhtch90/learn-MySQL-database-programming
This summary includes 10 main sections covering topics:
- Introduction to Relational Database Management Systems (RDMS)
- Understanding Data Types
- Indexing and Data Integrity
- Querying a Single Table
- Querying Multiple Tables
- Modifying Data and Table Structures
- Transactions
- Grouping and Summarizing Data
- Advanced Querying Techniques
- Programmable Objects
I hope this could be a good reference material to build up a solid background for anyone who want to start learning database programming.
If you think this material is useful, please give it a Github star for my effort.
Top comments (0)