OCP-1Z0-051-题目解析-第50题
50. SLS is a private synonym for the SH.SALES table.The user SH issues the following command:
DROP SYNONYM sls;
Which statement is true regarding the above SQL statement?
A. Only the synonym would be dropped.
B. The synonym would be dropped and the corresponding table would become invalid.
C. The synonym would be dropped and the packages referring to the synonym would be dropped.
D. The synonym would be dropped and any PUBLIC synonym with the same name becomes invalid.
Answer: A
题意是SLS是SH.SALES 表的私有同义词,SH用户执行DROP SYNONYM sls; 删除同义词,下面哪个说法是正确的?
DROP SYNONYM sls;只是删除了同义词本身,没有其他任何影响。该题选A
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。