In this section, you'll learn about SQL, which stands for Structured Query Language. It has been around since the 1970s and there are many different dialects of the language including MySQL, SQLite, ...
Write the SQL to return all of the rows in the artists table? Write the SQL to select the artist with the name "Black Sabbath" Write the SQL to create a table named 'fans' with an autoincrementing ID ...