Consider the following relational schemas
Actor(aname: varchar2(20); role: varchar2(15); sex: char; amount:number(6); city:varchar2(10))
Performs(aname: varchar2(20); title: varchar2(20))
Skit(title: varchar2(20); theme: varchar2(15); duration: number(3);rating:varchar2(3))
Do the following:
1. Create the above tables with primary keys on appropriate fields.Enforce the foreign keys on fields of ‘Performs’ table.
2. Put a check constraint to see that rating of the skit should beany one of these A, A+, and A++. Also, see that the fields ‘role’and ‘amount’ should be unique and not empty respectively. Include‘street’ column in the’Actor’ table of string data type.
3. Add at least 6 records to each table as per the requirements ofthe queries given below
4. Change
PayPal Gateway not configured
PayPal Gateway not configured