SQL – Full course for beginners




In this course, we’ll be looking at database management basics and SQL using the MySQL RDBMS. The course is designed for beginners to SQL and database …

Original source


33 responses to “SQL – Full course for beginners”

  1. If this has already been shared, then apologies but did anyone notice that when working through the Select statement to return # of females employees born after 1970 – Column header he typed was birth_date yet in his code supplied to build the DB Schema – the column header is named birth_day. A little confusing but quick to identify. Maybe worth updating the column header before you continue through the tutorial

  2. Fantastic video..thank you! One question .. i'm doing a table on exercises and one of the attributes will be 'exercise_types' , what happens in a row if I have an exercise that contains more than one of the 'exercise_types' e.g bodyweight, dumbbells etc . What would have to be done? Any help would be grateful!

Leave a Reply