Computer Science, asked by tejaspatiltp2802, 10 hours ago

Consider the following entities and their relationships. Bill (billno, day, tableno, total) Menu (dish_no, dish_desc, price) The relationship between Bill and Menu is Many to Many with quantity as descriptive attribute. Constraint: Primary key, price should be > 0. Create a RDB in 3NF and write PL/SQL blocks in Oracle for the following: 1) Write a procedure to display menu details having price between 200 to 500 which were order on ‘Saturday’ . 2) Write a trigger which will fire before insert or update on Menu having price less than or equal to zero. (Raise user defined exception and give appropriate message)

Answers

Answered by iambidiptapaul
0

Answer:

I cant answer this question because it is to long

Similar questions