Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Boolean
Date and time
Summary
13. Review

Instruction

Your task will be to create a table based on the description provided. Are you ready?

Exercise

A theater needs a table to keep track of its performances. Create a table named performance with the following columns:

  1. id – An integer identifier for each performance and the primary key.
  2. title – Up to 64 characters.
  3. performance_start – The date and time when that performance started.
  4. base_ticket_price – A decimal value with 2 digits after the comma; its upper limit is 999.99.
  5. is_private – A yes/no column.