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.
Latihan ini adalah bagian dari kursus
Introduction to SQL
Petunjuk latihan
- Submit the code that has been provided.
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
SELECT *
FROM books;