OCP-1Z0-051-题目解析-第50题

Posted liguangsunls

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于OCP-1Z0-051-题目解析-第50题的主要内容,如果未能解决你的问题,请参考以下文章

OCP-1Z0-051-题目解析-第10题

OCP-1Z0-051-题目解析-第9题

OCP-1Z0-051-题目解析-第11题

OCP-1Z0-051-题目解析-第27题

OCP-1Z0-051-题目解析-第1题

OCP-1Z0-051-题目解析-第16题