InterviewSolution
Saved Bookmarks
| 1. |
When a table is dropped all the alias get dropped automatically. State whether true or false? |
|
Answer» This statement is incorrect. Synonyms get dropped automatically when we drop the table but alias of the table remains there. We need to manually drop the alias. |
|