DBA > Job Interview Questions > DATABASE Administrator (DBA) Interview Questions and Answers

How will you enforce security using stored proce

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

218. How will you enforce security using stored procedures?

Don’t grant user access directly to tables within the application. Instead grant the ability to access the procedures that access the tables. When procedure executed it will execute the privilege of procedures owner. Users cannot access tables except via the procedure.

(Continued on next question...)

Other Job Interview Questions