Learning MySQL Development
I watched this LinkedIn course (Learning MySQL Development by Brad Wheeler) to help me sharpen my MySQL technical skills for the upcoming final. We did MySQL primarily in the first half of the semester, so it really helped me remember a lot of what I learned. Specifically, it touched on understanding the structure of a database, database best practices, creating tables, importing data, writing SELECT queries, filtering results, inserting, deleting, & updating data, and lastly joining tables.