zoukankan      html  css  js  c++  java
  • Oracle Database Sample Schemas

    本文在Creative Commons许可证下发布

    最近在钻研Oracle 11gR2,写SQL缺乏Demo表,研究他家的官方资料时发现一块甲骨文已经给我们准备Sample Schemas。比如说SCOTT Schema下有两张最广为人知的Demo表(EMP and DEPT),其实除了SCOTT这个Sample Schema,Oracle还OEM了几个比较复杂的Sample Schema用于学习。 小伙伴们可以直接拿来学习写SQL练手。吼吼…..

    • HR Schema:The Human Resources division tracks information about the employees and the facilities.
    • OE Schema:The Order Entry division tracks product inventories and sales of company's products through various channels.

     

    • PM Schema:The Product Media division maintains descriptions and detailed information about each product sold by the company.

     

    • IX Schema:The Information Exchange division manages shipping through B2B applications.
    • SH Schema:The Sales division tracks business statistics to facilitate business decisions

     

    • OC Schema:The Online Catalog (OC) subschema is a collection of object-relational database objects built inside the OE schema.

    更详细说明可以查阅官方在线文档:Oracle Database Sample Schemas 11gR2

  • 相关阅读:
    HDU 5650 异或
    HDU 5646
    HDU 5645
    P2075 [NOIP2012T5]借教室 区间更新+二分查找
    HDU 5641
    读写分离
    linux执行cmd之一
    html2image
    挂载引起的权限问题
    如何防止sql注入
  • 原文地址:https://www.cnblogs.com/evilqliang/p/6688405.html
Copyright © 2011-2022 走看看