A user who's granted the EXECUTE privilege can execute
A. GRANT statements
B. SELECT queries
C. DELETE queries via dynamic SQL
D. stored procedures or functions
Answer: D. stored procedures or functions
Computer Science & Information Technology
You might also like to view...
The ________ tool allows you to drill down through PivotTable data with a single click
A) Data Model B) PowerPivot C) PowerView D) Quick Explore
Computer Science & Information Technology
What is the returned value and the state of the queue after the operation is executed? Current queue state: x a z b q.peek()
A. b, x a z b B. x, a z b C. x, x a z b D. b, x a z
Computer Science & Information Technology