Home » Interview » Technology

A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?

Correct Answer: Disable the foreign key constraint to the parent, drop the table, re-create the table, enable the foreign key constraint

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion