Oracle Database Sample Schemas

Posted evilqliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

 

以上是关于Oracle Database Sample Schemas的主要内容,如果未能解决你的问题,请参考以下文章

Oracle12C用户创建授权登录

oracle怎么创建数据库实例

Oracle Form Data Entry Sample

调用 sc.parallelize() 时出现 WindowsError

Oracle PL/SQL:在 SAMPLE 子句中使用变量时出现语法错误

转换算子Sample介绍及底层相关算法代码