搜索资源列表
trigger_for_oracle
- oracle触发器大学课程讲解,ppt,供初学者使用。-oracle university courses on the trigger, ppt, for beginners to use.
OracleTriggerAndPLSQL_Adv_Programming.pdf
- Oracle触发器与存储过程高级编程.pdf
网上机票订票系统数据库(oracle实现)
- 这是一个网上订票系统,包括具体的建模以及SQL实现。实现部分包括触发器,存储过程等-This is an online booking system, including specific modeling and SQL. Implementation includes triggers, stored procedures, etc.
oracle 安全策略
- 数据库oracle 密码的安全策略触发器
Oracle-triggers
- Oracle触发器详细介绍,大家用到触发器时可以参考一下。-Oracle triggers in detail, we use the trigger can reference.
analyzeSQL
- 分析大型系统源代码中包含的SQL语句,解析这些SQL语句访问的数据表和条件表达式,连接数据库,探测对应的数据表包含的记录个数和参与条件过滤的字段的有效值个数,为数据表构建索引策略提供,并自动生成索引创建脚本。目前支持的开发语言有Java、C++、Delphi、Oracle(存储过程、触发器)。-Analysis of large system source code is included in SQL statements, explains these SQL statements to a
oracle_triger
- 初学oracle时,如何建立oracle触发器,-oracle triger
oracle
- 测试通过的oracle编程(给出了表和数据) 1.函数:输入姓名,课程名,成绩 完成对SC表的插入操作 2.级联修改实现方法:两种方法实现级联删除 3.触发器:在Student表中添加一列:sum_avg(总成绩),在SC表中作一触发器,当添加一行之后,将该学生的总成绩相应改变。 4.过程:输入姓名,课程名,成绩.该过程完 成对SC表的插入操作 5.竖表转横表的方法-Test of oracle Programming (give the table and data)
2
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create
5
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create
booksell
- 可连接SQL,ORACLE等数据库。 首先建立SHOP用户,密码为SHOP,赋予连接和RESOURCE权限。再建立SHOP表空间,再建立表和触发器(在SQL源代码.doc里)并在PASSWORD表里添加新项name:‘admin ,psw: admin 这是管理员登陆帐户。 剩余的就看帮助文件吧。-Can be connected to SQL, ORACLE and other databases. First establish SHOP user password SHOP, gi
oracleDocument
- oracle数据恢复。 oracle对表的审计的触发器记录dml操作 oracle闪回查询实现. oracle系统触发器的应用.-data recovery oracle. oracle audit trigger on the table record dml oracle flashback query operation to achieve. oracle trigger the application of the system.
oracle
- oracle触发器语法及实例 以及关于oracle-oracle trigger syntax and examples, and so on oracle
Oracle_Trigger_Storaged_Procedure_Programming
- 数据库专家Kevin Owens是美国财政部计算机中心的Oracle数据库管理员,他将与您共同探讨PL/SQL——Oracle的结构化查询语言(SQL),并教您如何通过构建健壮、大型的数据库来解决您的业务问题。 本书语言通俗易懂,并引入大量代码示例。书中详细介绍了许多技术来利用Oracle的特性,如触发器和存储过程等。这些特性支持数据库结合业务规则,并可以根据业务的发展变化对规则进行管理和修改。本书讨论的主题包括: · 查看数据字典中的约束 · 实施复杂的规则
Oracle-trigger-procedure-programm
- Oracle触发器与存储过程高级编程,非常好的oracle编程资料。-Oracle stored procedures and triggers high-level programming, very good oracle programming information.
S147.7
- oracle 触发器和游标基础实例 天气预报触发器 玩具进销存-oracle dos toy weather
Oracle
- Oracle触发器,过程,及游标 例题 代码 PPT 非常详细-Oracle triggers, procedures, and the cursor
Oracle实验
- Oracle课程的实验代码 简单的触发器、SQL语句等题目的实现(The experimental code of the Oracle course The implementation of simple triggers, SQL statements and other topics)
oracle进阶之PLSQL编程
- 通过学习PL/SQL基础语法和函数、存储过程、包、触发器等数据库对象的概念、基本语法及应用,达到学以致用的目的,并能在应用程序中调用存储函数及过程(By learning basic concepts, basic syntax and application of PL/SQL basic grammar and functions, stored procedures, packages, triggers and other database objects, we can achieve