Bookings with a valid date range
Design a bookings table with start and end days: start_day and end_day are integers and required. The database must guarantee the end day is not before the start day. Columns: id — primary key; start_day; end_day.
Just CREATE/ALTER/DROP — no trailing SELECT needed.
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign inNo starting schema
This task starts with no tables — you'll create them via CREATE TABLE.