Multiple choice technology databases _____ is dropped when the table or tablespace is dropped SYNONYM ALIAS All of the above None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation In DB2, a SYNONYM is a private alternative name for a table or view that is automatically dropped when its underlying table or tablespace is dropped. An ALIAS is a public object that remains even if the target is dropped.