Question: Create a view so that supplier ASP can only see his information from the l_foods table. Call this view_l_foods_ASP. Show columns supplier_id, product_code, menu_item, description,
Create a view so that supplier ASP can only see his information from the l_foods table. Call this view_l_foods_ASP. Show columns supplier_id, product_code, menu_item, description, and price in your view. Make sure that this CREATE view statement can be run repeatedly. Also ensure that supplier ASP can only change his own data in the database. Show your sql below.
I need screenshots and output or step by step code and output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
