Given BOOK(ISBN(PK), Title, PubID(FK), Price, Award) We have…

Given BOOK(ISBN(PK), Title, PubID(FK), Price, Award) We have discovered that the book for ISBN = ‘12345’ has received an award. Write a SPROC that has one parameter to receive the ISBN, and write SQL to update the BOOK table by updating the Award field to ‘1st Prize’.  Then, call the function to update the award field.

(A) Given that employees are only allowed to update their ow…

(A) Given that employees are only allowed to update their own last name fields in the employee table.  Write SQL statement(s) to demonstrate how you think ALL the statements should be done properly starting from creating user to assigning privileges in the right order. All users should be identified by their username and password.