Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use oracle command line with tables such category( catNo , catogeryName ) Items( itemNo,ItemName,Price, total_quantiy , catNo ) . Create database package pointOfSal which contain

use oracle command line
with tables such category(catNo,catogeryName)
Items(itemNo,ItemName,Price,total_quantiy, catNo)
. Create database package pointOfSal which contain the following
procedure to add new item(ItemName,Price,total_quantity, category name) which use validation method checkExistingitem using exception to validate item name if its not exists before ,then add this category and generate the item number automatically using database trigger , Note create method getCatgeoryNo(category name) to return category number to be used when item is added , this method will return -1 if category name not exists , and the procedure addItem will display message that one item record has been added or this category not exists or this item is exists before .

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

Students also viewed these Databases questions

Question

3. What is meant by the hard problem?

Answered: 1 week ago