登录
首页 » Oracle » 4, the preparation of a process. Requirements: have an input parameter and an ou...

4, the preparation of a process. Requirements: have an input parameter and an ou...

于 2022-04-19 发布 文件大小:994.00 B
0 88
下载积分: 2 下载次数: 1

代码说明:

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 (

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Oracle architecture, is a compulsory course to learn ORACLE, ORACLE before learn...
    Oracle体系结构,是学习ORACLE的必修课,也是学习ORACLE前的基础课,虽然理论不好理解,但是对于深入掌握ORACLE大有好处-Oracle architecture, is a compulsory course to learn ORACLE, ORACLE before learning basic course, while not understanding the theory, but a lot of good grasp ORACLE
    2022-05-21 17:24:36下载
    积分: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
  • 长途汽车管理系统
    简单的增删该查,登录  对数据库进行操作 package 长途汽车信息管理系统; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; import java.io.*; public class dengluQchepiao extends JFrame implements ActionListener{  Statement st=null;  JTextArea ja=new JTextArea("票号    车号    售票     已售    剩余    票价    出发地    目的地    出发时间        所用时间 ");  JTextField jt1=new JTextField();  JTextField jt2=new JTextField();     JRadioButton jc1=new JRadioButton("查询全部");  JRadioButton jc2=new JRadioButton("部分查询");  ButtonGroup bg=new ButtonGroup();  JButton jb1=new JButton("查询");  JButton jb3=new JButton("退出");  JLabel jl1=new JLabel("出发地");  
    2023-08-18 01:40:03下载
    积分:1
  • 此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第5部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。请大家注意:每一部分看起来形...
    此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第5部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。请大家注意:每一部分看起来形式相近,但有微小差别,希望大家仔细浏览。-this code for the use of PL/SQL stored procedures development of the database of typical examples of this Part 5 We can hope that the adoption of the code clearly how to use SQL to achieve complex business logic. Please note : each part appears to form similar, but minor differences, we hope that careful here.
    2023-08-30 15:55:02下载
    积分:1
  • Mydll
    操作ORACLE和SQL BASE的封装类,并提供了相应的接口(Operation ORACLE and SQL BASE package type, and provides the corresponding interface)
    2007-09-30 09:09:07下载
    积分:1
  • C++通过UDL连Oracle数据库
    C++通过UDL连Oracle数据库 整个工程  C++通过UDL连Oracle数据库 整个工程目录 C++通过UDL连Oracle数据库 整个工程目录
    2023-01-03 11:45:11下载
    积分:1
  • 一个使用sqlldr.exe快速导入oracle数据文件的VC程序.
    一个使用sqlldr.exe快速导入oracle数据文件的VC程序.-sqlldr.exe use of a rapid oracle data files into the VC process.
    2022-12-28 17:20:03下载
    积分:1
  • 创建序列
    CREATE SEQUENCE seq_UserInfo START WITH 1 INCREMENT BY 1 MAXVALUE 999999 MINVALUE 0 CYCLE CACHE 10;
    2022-02-01 02:53:03下载
    积分:1
  • 完整的参考Oracle 9i电子书。它的完整和描述和简单
    Complete reference oracle 9i ebook. its complete and descriptive and simple
    2022-03-10 18:45:42下载
    积分:1
  • 9iDBA1_2
    Oracle 9i 1.2.0.2 DBA PDF 22
    2009-11-12 17:12:28下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载