搜索资源列表
SYS_ADDCOL
- 在产品升级过程中,动态地修改后台的表对象的结构-in product promotion process and the dynamic modification of the background object structure Table
dzsd
- 电子书店说明 本站基本功能如下: 首页(index.jsp) 图书选购,(可按分类方式查找图书,或通过关键字进行查询) 购物车功能. 查看图书详细情况。 用户注册. 用户登录. 查看用户的订单信息. 修改用户个人信息。 后台管理部份: 商店图书管理:添加,修改,删除,查看。 用户信息管理:查看,修改,删除。 订单信息管理:查看订单清单,更新订单付款,出货状态。删除订单。 数据库设计时采用Oracle进行的,可以用所
matization
- 首先把基本站点体系结构建立起来,确定应用程序的各个部分如何一起工作,接着把商品类目内置到这个体系中。①建立一个数据库来存储商品类目,其中包含主类目、子类目和其中商品。②编写SQL和VB.NET代码,访问这些数据。③数据库提供一个免费文本搜索引擎。④为站点管理员提供一个站点的私有区域,在该区域中他们可以在线修改类目。 第二阶段:①建立我们自己的ASP.NET购物篮。②添加一个数据库表,存储完整的订单。把完整的订单传送给Paypal进行信用卡处理。
DBMS
- 实现建立数据库表的结构的功能。要求: (1)能输入任意关系名。
OAsql
- 主要OA系统的表结构,具体包括数据字典,一些创建表的文档,还包括数据
datarecoverfororacle
- 通过读取oracle数据库的dbf文件获取表结构和表数据,可用于对oracle数据库的紧急修复,在oracle数据库启动不了的时候。-Dbf oracle database by reading the file access table structure and table data can be used for emergency repair of the oracle database, oracle database will not start in time.
Oracle_9i_TheCompleteReference
- Oracle 9i The Complete Reference 详细的介绍了oracle 9i数据库的数据结构,表结构对应的像结构体中的数据类型 还有Java在Oracle中的运用以及pl/sqlplus的相关内容-Oracle 9i The Complete Reference describes in detail the data structure of oracle 9i database, table structure like the structure of the corr
phone
- 通过对一个链表结构的电话本的操作(增、删、查)来熟悉oracle数据库的连接于SQL语句。-Phone book for a list structure operations (add, delete, check) to become familiar with the connection to the oracle database in the SQL statement.
DBExportDoc-V1.0-For-Oracle
- 数据库表结构导出软件orale版,可以方便快速生成表结构word文档,为广大程序员编写数据库文档提供了方便。-Export database table structure the software the orale version, you can quickly and easily generate the table structure word document written the database document provides convenient for the maj
TABLES
- 创建ORACLE表 结构,并创建表联系,用于企业管理-Create the ORACLE table structure and create the table contact for business management
oratable2doc
- 将oracle指定数据库中的表结构转换成WEB表格形式.-oracle database table to table in the web show.
oraclecompare
- 对比两个oracle数据库中表结构的差异,并形成相关的升级sql语句,以目标数据库为基础,自动形成源数据库的升级sql语句,只考虑源数据库中没有的表或列,不考虑源数据库中存在但在目标数据库中不存在的表或列。-Compare differences between two tables in oracle database structure, and the formation of an upgrade sql statement related to the target database,
ora_copy
- oracle数据库不同结构之间的数据复制,实现表的拷贝,忽略表空间等结构。-Data replication between different structures oracle achieve copy of the table, ignoring the structure of the table space.
ctlcrTmpTable
- # 建一个新表,其结构、 分区键、主键、索引与一个己存在的库表一致 # 注:如果失败,则ROLLBACK。 # 1. 如果源表不存在,返回失败 # 2. 如果目录表己存在,则返回失败 # 3. 如果数据从源表插入到目标表出错,则返回失败 # USAGE: ctlcrTmpTable.sh <dest_table> <src_table> <tbspace>-# 建一个新表,其结构、 分区键、主键、索引与一个己存在的库表一