搜索资源列表
oracle
- 写一个Proc*程序,执行查询: Select * from scott.emp; 取出emp的字段名和类型,并取出查询结果;
oracle
- 写一个Proc*程序,执行查询: Select * from scott.emp; 取出emp的字段名和类型,并取出查询结果; -Proc* write a program, execute the query: Select* from scott.emp removed emp the field names and types, and retrieve query results
proC
- 本程序是用proC编写的程序,用于查询Oracle数据库中的EMP表,其中proC1.pc是proC文件,proC1.c是编译成功的.c文件,说明是本程序的说明文档。-This procedure is used to prepare the procedure proc for Oracle database query EMP table, which is proc proC1.pc document, proC1.c is co
a
- 使用scott/tiger用户下的emp表完成下列练习,查询,删除增改-Using the scott/tiger user under the emp table to complete the following exercises, query, delete the additions and changes to
select
- SQL子查询语言笔记:子查询的分类 单行的语法 select 字段 from 表 where 字段 >[单行] (子查询)多行 in ,all,any in:表示在一个区间内 select * from emp where ename in ( select ename from emp where sal>2000 ) -SQL:select * from emp where sal>
SHIXUNORACLE
- 数据库 课堂笔记 超详细解析记录 有查询 插入 删除 更改 详细介绍-oracle : select* from emp update insert into
EmpServlet
- 查询emp表内容,这是Servlet的代码-This is the servlet code queries the emp table content
HOMEWORK4
- emp(eno, ename, salary, mgr),其中mgr是员工领导,设计约束:要求领导的工资不能低于他的下属平均工资。(注意,这是一个递归查询)-emp (eno, ename, salary, mgr), which is the employee mgr leadership, design constraints: the requirement that lead not be lower than the wage
emppro
- 员工管理系统,主要是对员工进行增删改查操作,其中查询分文对两个表操作,一个是员工的主要基本信息表emp,另一个是员工工资表salary,希望有用-Staff management system, mainly for staff CRUD operations on two tables where the query penny operations, a major basic information about the emplo
EMP
- 农药电子查询服务系统的破解,含源码:解释注册文件p3.xml,导出已注册机主系统盘的逻辑序列号,再改写本地机器的系统盘的逻辑序列号。--Crack of the pesticide electronic inquiry service system, including source code: p3.xml explain the registration documents and export the the RI main sy
emp
- 对实验数据进行多个关键字查询和删除等功能-The experimental data were multiple keyword query and delete functions
AddressBookNew
- 简单的通讯录设计(使用集成开发工具eclipse,制作简单的通讯录界面,用到了ORACLE数据库自带的emp通过姓名查询)。-a simple disign of aggressbook
empzuoye
- Scott用户emp表相关查询。。。。。。(Scott user EMP table related queries)