QUESTION NO: 4You work as a database developer at ABC.com. You are developing a SQL server 2012 databasefor ABC.com's e-Commerce application. The application allows ABC.com employees fromdifferent regions to execute a store procedure based on their location.The location of the ABC.com employees are determined by an input parameter named @location.You want to develop a process that will execute the correct stored procedure for every ABC.com employee based on their location.How would you accomplish this?A. You should make use of a client cursor.B....