Task Question 32 To reduce query time, SurfThe Stream has decided to make the Subscription table redundant and instead j
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Task Question 32 To reduce query time, SurfThe Stream has decided to make the Subscription table redundant and instead j
Question 32 To reduce query time, SurfThe Stream has decided to make the Subscription table redundant and instead just store a customer's subscription level simply in the Customer table without the foreign key. + This change implies that the Subscription table should be removed. You may assume the foreign key constraint Customer subscriptionLevel references Subscription.level is called “Customer SubscriptionFK". 4 Explanation File Name a3.txt or a3.sk Maximum Number of Queries 22
Task