Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MySQL for Beginners - Working With Data
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How to Login to MySQL as the Root User
- 3 How to Use the Show Database Command
- 4 How to Access the Employees Database
- 5 Showing the Tables in the Employee Database
- 6 How to Use the Select Query
- 7 How to Limit the Output
- 8 How to Specify a Specific Column
- 9 How to Select More Than One Column
- 10 How to Filter Out Information
- 11 How to Add In Select Columns
- 12 How to Order the List by a Specific Column
- 13 How to Search Within a Specific Column
- 14 How to Use the Insert Query
- 15 How to Update or Rename a Record
- 16 How to Use the Delete Query
- 17 Conclusion