Our very own table
A database has been set up for this course and the books
table is available here.
Run the code provided to explore what data books
holds! You don't need to write anything new yet.
This exercise is part of the course
Introduction to SQL
Exercise instructions
- Submit the code that has been provided.
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
SELECT *
FROM books;