Dropping a table causes its synonym to drop.
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.