zoukankan      html  css  js  c++  java
  • 052-236(新增70题2018)

    The customer and order tables are often used in joins, thereby resulting in complex queries. You created views to simplify the writing of queries.

    These views are stored in _____.

    A. user tables

    B. view segment

    C. table segment

    D. data dictionary

    E. object segment

    F. performance tables

    Answer: D

    The data dictionary consists of the following types of objects:

    • Base tables

      These underlying tables store information about the database. Only Oracle Database should write to and read these tables. Users rarely access the base tables directly because they are normalized and most data is stored in a cryptic format.

    • Views

      These views decode the base table data into useful information, such as user or table names, using joins and WHERE clauses to simplify the information. These views contain the names and description of all objects in the data dictionary. Some views are accessible to all database users, whereas others are intended for administrators only.

    Typically, data dictionary views are grouped in sets. In many cases, a set consists of three views containing similar information and distinguished from each other by their prefixes, as shown in Table 6-1. By querying the appropriate views, you can access only the information relevant for you.

  • 相关阅读:
    计算机开机启动原理
    行业术语缩写参照表
    Ghost 克隆工具使用教程
    Windows 系统常用快捷键
    MindMaster使用技巧
    工作打印机型号驱动汇总
    Android手机免ROOT卸载系统内置应用
    RTX腾讯通聊天消息备份
    Work TEL
    成功实施ITSM SLA的5个步骤
  • 原文地址:https://www.cnblogs.com/Babylon/p/8622535.html
Copyright © 2011-2022 走看看