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:
id– Anintegeridentifier for each performance and the primary key.title– Up to 64 characters.performance_start– The date and time when that performance started.base_ticket_price– Adecimalvalue with 2 digits after the comma; its upper limit is999.99.is_private– A yes/no column.



