zoukankan      html  css  js  c++  java
  • 053-271

    Examine the output of the query that you executed to list the objects in the recycle bin :

    You verified that no table named SALES_TAB exists in the schema. Then you executed the following command to purge the objects in the recycle bin:
    SQL> PURGE TABLE sales_tab;
    What would be the outcome of this command?
    A. All three tables in the recycle bin are purged
    B. Only the table with the oldest DROPSCN is purged
    C. The command returns an error because multiple entries with the same name exist in the recycle bin
    D. Only the table with the latest DROPSCN is purged

      此题考点是 purge table xxx,会在回收站中移除这个表。如果在回收站中有多个同名的版本,
    此命令只会移除在回收站中时间最长的那个版本。

     

  • 相关阅读:
    no-return-assign (Rules) – Eslint 中文开发手册
    CSS 字体图标
    CSS 元素的显示与隐藏
    CSS 定位
    CSS 清除浮动
    CSS 浮动
    java 运算符
    Java 初识
    CSS3 完善盒模型
    CSS 盒子模型
  • 原文地址:https://www.cnblogs.com/Babylon/p/7844094.html
Copyright © 2011-2022 走看看