-
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
-
Oracle
Oracle基础教程超级的基础哦Oracle基础教程超级的基础哦Oracle基础教程超级的基础哦(The basiclearning of oracle )
- 2012-10-19 22:22:17下载
- 积分: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
-
VC Development ORACLE example. PRO* C example, a good beginner tutorial.
VC+ORACLE的开发例子。
PRO*C的例子,不错的初学教程。-VC Development ORACLE example. PRO* C example, a good beginner tutorial.
- 2022-01-21 22:42:57下载
- 积分:1
-
oracle courseware slides ppt
oracle 课件幻灯片 ppt-oracle courseware slides ppt
- 2022-06-15 11:18:47下载
- 积分: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
-
developed mainly for sms message platform development and application of 45,445...
sms开发主要用于短信平台开发与应用45445倒萨啊打12221答案的第-developed mainly for sms message platform development and application of 45,445 to fight Saddam ah answer to the first 12,221
- 2022-01-22 14:46:02下载
- 积分:1
-
读取Oracle数据库的一个源代码,用VB.NEt写的,比较精简。
读取Oracle数据库的一个源代码,用VB.NEt写的,比较精简。-read an Oracle database source code used to write the VB.NEt more streamlined.
- 2022-02-07 19:37:54下载
- 积分:1
-
pl/sql development .学习pl/sql的好资料
pl/sql development .学习pl/sql的好资料-pl/sql development. Learning pl/sql good information
- 2022-01-21 22:54:42下载
- 积分:1
-
VC与ORACLE数据提取编程,你可以在VC环境下操作ORACLE游刃有余!...
VC与ORACLE数据提取编程,你可以在VC环境下操作ORACLE游刃有余!-VC and ORACLE data extraction program, you can operate under VC ORACLE toiled!
- 2023-03-15 01:10:03下载
- 积分:1