Multiple choice technology databases

Dropping a table causes its synonym to drop.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When you drop a table in a database, the synonym remains as a separate database object but becomes invalid or broken. The synonym is not automatically dropped along with the table - it continues to exist but points to a non-existent object. This is why False is the correct answer.