欢迎投稿

今日深度:

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

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

www.htsjk.Com true http://www.htsjk.com/shujukunews/1900.html NewsArticle 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 dropp...
相关文章
    暂无相关文章
评论暂时关闭