Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 545 Bytes

SQL-complete-tutorial

An SQL complete tutorial, from beginner to advanced, covering MySQL database fundamentals and advanced topics. It's created by Mosh Hamedani.

It covers the following topics:

  • Complex SQL queries
  • Joins (inner, outer, natural, cross)
  • Views
  • Stored procedures
  • Functions
  • Events
  • Triggers
  • Transactions
  • Concurrency
  • Use indexing for performance
  • Design relational databases
  • Secure databases

The last folder '15_Additional SQL' refers to the comprehensive SQL tutorial (from basic to advanced) on mode.com.