Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write an anonymous block to - add a new game to Games table. Accept 3 values from keyboard for game id, age group and category

image text in transcribed
Write an anonymous block to - add a new game to Games table. Accept 3 values from keyboard for game id, age group and category id. Name will be assigned null value. The value of price will be determined based on the age group. - If age group is greater than 17, the price of the game will be 70$, and if the age group between 10 and 17 , the price will be 60$, otherwise the price will be 50$. - increment the number_of games value of the category corresponding to the category id entered from the keyboard. - Handle any exception that may occur by displaying the oracle error message Write an anonymous block to - add a new game to Games table. Accept 3 values from keyboard for game id, age group and category id. Name will be assigned null value. The value of price will be determined based on the age group. - If age group is greater than 17, the price of the game will be 70$, and if the age group between 10 and 17 , the price will be 60$, otherwise the price will be 50$. - increment the number_of games value of the category corresponding to the category id entered from the keyboard. - Handle any exception that may occur by displaying the oracle error message

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Global Financial Crisis What Have We Learnt

Authors: Steven Kates

1st Edition

0857934228, 978-0857934222

More Books

Students also viewed these Finance questions