Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 808 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 808 Bytes

MySQL Practice

image

Table of contents

General Information

This repo outlines my journey to mastering SQL and MySQL.

Topics Covered

General Topics

  • Relationships ✔
  • Subqueries
  • Natural Joins
  • Cross Joins
  • Unions
  • Column Attributes
  • Inserting a Single Row
  • Inserting Multiple Rows
  • Inserting Hierarchical Rows
  • Creating a Copy of a Table
  • Updating a Single Row
  • Updating Multiple Rows
  • Using Subqueries in Updates
  • Deleting Rows
  • Restoring Course Databases
  • Aggregate Functions
  • Group By
  • Combined With Join
  • Alias Tables
  • Having vs Where