CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - sno

搜索资源列表

  1. 1

    0下载:
  2. 4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。 Create table tab_student (sno char(8), sname varchar2(20), age integer, province varchar2(60), sex char(4)) insert into tab_s
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:990
    • 提供者:哈哈
  1. Oracle--biancheng

    0下载:
  2. 设有学生表student(学号sno, 姓名sname, 年龄 sage,系别dept)、课程表Course(课程号cno,课程名称cname)和选课表sc(学号sno,课程号cno,成绩grade),用Oracle PL/SQL语言设计一个名为pkg_student程序包,要求: (1)写出程序包头和包体的定义,其中包含函数avgGradePerCourse和存储过程printAvgGradeCourse。 (2)函数avgGradePerCourse计算某门课程的平均成绩,必须用P
  3. 所属分类:Oracle

    • 发布日期:2017-03-22
    • 文件大小:6822
    • 提供者:yymind
  1. SQL-CREATE-DATABASE

    0下载:
  2. SQL 创建数据库 CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 0001 , Jim , M , IS ,19)-SQL CREATE DATABASE CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 00
  3. 所属分类:SQL Server

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:吴健兴
  1. 7303201103221467

    0下载:
  2. 2、 本系统的数据库名为 jiaowu.mdb 内有五张表:stu, tea, cou, score, adm ,教务管理员对学生、教师信息进行添加时,系统分别根据学生学号、教师编号自动生成密码,米纳生成函数表达式为:spin=sno,tpin=tno-2, the system' s database called jiaowu.mdb has five tables: stu, tea, cou, score, adm, academic administrators to stude
  3. 所属分类:SQL Server

    • 发布日期:2017-04-25
    • 文件大小:12037
    • 提供者:prettygirl
  1. create-database

    0下载:
  2. 网络数据库的创建,包含数据表的建立与简单查询,   创建关系数据库S_T,在数据库中存在四张表格,分别为:     学生表students(sno,sname,email,grade);-Create a network database, including the establishment of a data table with a simple query, create a relational database S_T, the presence of four tables
  3. 所属分类:SQL Server

    • 发布日期:2017-04-02
    • 文件大小:2543
    • 提供者:杨琛
  1. sql

    0下载:
  2. 各种关于SQL的程序编程,存储过程,触发器,三级模式、动静态游标 declare cursor2 cursor static for select * from student go open cursor2 go fetch first from cursor2 update student set sage=sage+1 where sno= 0001 -On the various programming SQL, stored proc
  3. 所属分类:SQL Server

    • 发布日期:2017-04-15
    • 文件大小:7253
    • 提供者:
搜珍网 www.dssz.com