-
PLSQL基础教程-必看
说明: 详细的ORACLE数据库语句说明,有每一个语句的实例引用(Detailed ORACLE database statements, with instance references for each statement)
- 2019-04-09 19:55:33下载
- 积分:1
-
基于Java的贵美商城的设计与实现
该系统为Java Web项目,该系统为网上购物项目,用户可以通过注册实现登录,购买,添加商品,删除商品,浏览商品等功能,后台数据库为Oracle,前端运用html/css,Js,Jquery,Ajax,等技术开发。
- 2022-05-12 12:39:54下载
- 积分:1
-
pl/sql development 学习pl/sql的好资料
pl/sql development 学习pl/sql的好资料-pl/sql development learning pl/sql good information
- 2023-05-11 22:25:03下载
- 积分:1
-
oracle实例一个介绍实例的好书想要的下吧
oracle实例一个介绍实例的好书想要的下吧-an example describing examples of the books are you want
- 2023-05-13 04:05:02下载
- 积分:1
-
甲骨文数据导出脚本,这将是所有形式的出口数据…
oracle数据导出脚本,个将整个数据的所有表导出为文本文件-oracle data export scripts, which will be the entire data of all forms of export text files
- 2022-09-19 21:45:02下载
- 积分: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
-
oracle 9i 应用服务器详解 应用服务器的体系结构、基本管理、高级管理及应用开发进行了深入的分析和讨论包括无线开发、EJB开发、Servlet开发、XML...
oracle 9i 应用服务器详解 应用服务器的体系结构、基本管理、高级管理及应用开发进行了深入的分析和讨论包括无线开发、EJB开发、Servlet开发、XML和corba的开发等-application server Comments on the application server architecture, basic management, senior management and application development for the in-depth analysis and discussion, including wireless development, EJB development, Servlet development, XML and the development corba
- 2022-04-22 15:05:14下载
- 积分:1
-
关于使用ORCLE数据库的例子,有源文件。
关于使用ORCLE数据库的例子,有源文件。-ORCLE database on the use of the example, the active document.
- 2023-05-10 15:40:03下载
- 积分:1
-
结合vc++与oracle进行编程,揭示了如何在proc环境中运用游标来进行查询并显示结果。...
结合vc++与oracle进行编程,揭示了如何在proc环境中运用游标来进行查询并显示结果。-With vc++ programming with the oracle reveals how the environment in the proc to use the cursor to carry out the query and displays the results.
- 2022-01-26 08:23:15下载
- 积分: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