Library SQL Sandbox

Database Schema: Books

BookID (Int) Title (Text) Author (Text) Genre (Text) PublicationYear (Int) AvailableCopies (Int)

Query Editor

Test your SELECT, FROM, and WHERE commands. For example, find all 'Sci-Fi' books published after 2000.