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

最新文章

  1. sax/dom/jdom/dom4j的区别
  2. JAVA访问权限控制[zhuan]
  3. Nginx 反向代理、负载均衡、页面缓存、URL重写以及读写分离
  4. C# 版本的 计时器类:精确到微秒 秒后保留一位小数 支持年月日时分秒带单位的输出
  5. Codeforces Round #335 (Div. 2) A. Magic Spheres 水题
  6. UVALive 4287 Proving Equivalences(缩点)
  7. UML之九图概述
  8. vue + socket.io实现一个简易聊天室
  9. 【DDD】领域驱动设计实践 —— 一些问题及想法
  10. 最短路径问题—Dijkstra算法
  11. Asp.Net SignalR 集线器不使用代理的实现
  12. MangoDB高级应用
  13. 【redis持久化】redis持久化理解
  14. 前端vue框架 路由的安装及使用
  15. 构建工具 —— Groovy 与 Gradle
  16. WPF 各种绑定写法以及用法
  17. SharePoint Online 创建网站集
  18. python里面有人写while 循环用 用while 1 和while True的区别
  19. 伟大的通信使者——JSON(JavaScript版本)
  20. 如何配置samba 要求共享文件夹public

热门文章

  1. 极路由4pro交叉编译c、c++的代码
  2. 练几道,继续过Hard题目
  3. Ruby print
  4. Android application framework 分析[in process]
  5. (手冊)Animation 之 使用Animation View
  6. Android之——自己定义TextView
  7. Math类概述及其成员方法
  8. HTML5客户端数据存储机制Web Storage和Web SQL Database
  9. m_Orchestrate learning system---十三、thinkphp的验证器支持多语言么
  10. asp.net mvc5 文件下载上传