Welcome to the SQL Basics course! This hands-on curriculum will teach you essential SQL skills using a Star Wars-themed database. By the end of this course, you'll be able to create, query, and manage ...
As a data scientist, the SQL query you'll likely use most often is SELECT, the command for “selecting” which data from which tables you want to work with. This lesson introduces how to use SELECT to ...