Get Started

Our very own table

A database has been set up for this course and the books table is available here.

Run the code to explore what data books holds!

This is a part of the course

“Introduction to SQL”

View Course

Exercise instructions

  • Hit "Run Code" to see the books table.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

SELECT *
FROM books;
Edit and Run Code