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

What is the proper method for disabling and re-e

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

(Continued from previous question...)

What is the proper method for disabling and re-enabling a primary key constraint?

Level: Intermediate
Expected answer: You use the ALTER TABLE command for both. However, for the enable clause you must specify the USING INDEX and TABLESPACE clause for primary keys.

(Continued on next question...)

Other Job Interview Questions