Hello!
I'm currently working on a theatre seat reserving prototype, and I wasn't too sure how to format the database.
The prototype has to call the database to get what seats are taken and what positions are empty.
There are 499 seats in the theatre. Would having 499+ columns in one table and then have to hardcode calling all 499+ columns be the best way to do this?