Database MCQS - QUESTION DETAILS

Which SQL Server statement is used to grant execute permissions on a stored procedure?
A. GRANT EXECUTE
B. GRANT EXECUTION
C. ALLOW EXECUTE
D. ALLOW EXECUTION

'GRANT EXECUTE' is used to grant execute permissions on a stored procedure in SQL Server.

Similar Questions

What is the default storage engine in MySQL?






What is the purpose of the SQL WHERE clause?






In MySQL, what is the purpose of the DESC keyword in an ORDER BY clause?






What is the purpose of the Oracle SYS_CONTEXT function?






What is the purpose of the Oracle RANK() function?






In MySQL, what is the purpose of the COUNT() function with DISTINCT?






What is the purpose of the SQL ORDER BY clause?






Which SQL statement is used to insert new data into a table?






What is the purpose of the Oracle SYS_GUID() function?






Which SQL statement is used to remove a table from a database?