If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Go beyond the hour

Congratulations on completing our hour of databases! You’ve now learned the basics of using SQL to create tables, insert data, query data, and aggregate that data. There are developers all over the world that use SQL like that every day to control the databases on their servers and their applications.
There’s much more to SQL, like to update data, delete data and combine data across tables in interesting ways.  All of that is possible in our SQL environment here, so if you want to keep learning, you can go through our full SQL course on Khan Academy. If you want to keep experimenting with the basics, you can also create a new SQL script.
If you just have another hour free, you can also try out another Hour of Code tutorial.
Whatever you decide to do, keep practicing. Most programmers code every day, and that’s how we keep our skills sharp. And hey, it’s fun!

Want to join the conversation?