-
此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第4部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。...
此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第4部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。-this code for the use of PL/SQL stored procedures development of the database of typical examples of this Part 4 We can hope that the adoption of the code clearly how to use SQL to achieve complex business logic.
- 2022-01-22 17:11:28下载
- 积分:1
-
asktom期刊 2000
asktom期刊 2000-2004全集
asktom期刊 2000-2004全集
-asktom Journal 2000-2004 Journal 2000-2004 Complete Works Complete Works asktom Journal asktom Complete Works 2000-2004
- 2023-03-08 08:50:14下载
- 积分:1
-
pb6 源码 oracle 备份软件源码 能够定时备份 采用数据库导出方法...
pb6 源码 oracle 备份软件源码 能够定时备份 采用数据库导出方法-pb6 source backup software to regularly backup source database derived using methods
- 2022-04-26 13:47:08下载
- 积分:1
-
很详细的Oracle数据库基础知识培训胶片,非常值得一看。
很详细的Oracle数据库基础知识培训胶片,非常值得一看。-Very detailed basic knowledge of Oracle database training film, is a must see.
- 2023-08-24 23:10:04下载
- 积分:1
-
Oracle9i编写SQL参考的发展有重要的借鉴意义…
oracle9i的sql编写参考,开发人员的重要参考书-oracle9i to prepare the sql reference, the development of an important reference book
- 2022-03-03 18:14:19下载
- 积分:1
-
《Oracle9i关系数据库实用教程(第二版)》
《Oracle9i关系数据库实用教程(第二版)》-蔡立军-电子教案及教学大纲-5812.rar
- 2022-05-05 08:43:40下载
- 积分:1
-
Enterprise Resource Planning (ERP)
企业资源规划(ERP)是一个软件应用程序,它将许多功能结合在一起,包括管理、会计、客户、库存、销售、采购、工资单、招聘和报告、分析和查看的好处。ERP HRMS允许管理员,员工和人力资源部利用他们的资源在公司内执行各种操作员工编号。合并人力资源管理作为一门学科,尤其是它在信息技术领域的基本人力资源活动和过程,然而,数据处理系统的规划和编程已演变成企业资源规划的标准化例程和程序包。
- 2022-03-18 16:00:23下载
- 积分:1
-
bj_bus_ora
oracle在visual studio开发中的基本应用。包括环境配置、头文件、依赖库的完全直接可用。环境为vs2010。(oracle code beginning)
- 2013-11-25 15:28:46下载
- 积分:1
-
Oracle客户端手动制作方法(for9i)
Oracle客户端手动制作方法(for9i)-转载-OracleClientCreatefor9i.txt
- 2023-04-18 23:40:03下载
- 积分:1
-
4, the preparation of a process. Requirements: have an input parameter and an ou...
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60),
sex char(4))
insert into tab_student values(‘001’,’zhou’,20,’江苏徐州’,’男’)
上述表已经创建,只需针对此表编写即可。
-4, the preparation of a process. Requirements: have an input parameter and an output parameter, the process which must be custom exception. From the student table (tab_student) to find places to comply with the specified number of values equal to the input parameters, and then will find the names of the students entrusted to output parameters, if there is no eligible trigger abnormal value. Create table tab_student (sno char (8), sname varchar2 (20), age integer, province varchar2 (60), sex char (4)) insert into tab_student values (
- 2022-04-19 01:29:02下载
- 积分:1