搜索资源列表
oracle10g
- 关于ORACLE10G的详细解说和介绍,对ORACLE10g的用法和配置进行了透彻和详尽的说明和举例-ORACLE10G on the detail and, right ORACLE10g usage and configuration for a thorough and detailed descr iption and examples
otl4_examples
- otl编程的举例,很好的例子,是oracle数据库编程的利器-otl programming, for example, a very good example is the oracle database programming tool
oracle_dynamic_sql
- 介绍了在oracle里,如何使用动态SQL,如何进行级联删除,文件中举例阐述了实现方法-Introduction in the oracle, the how to use dynamic SQL, how to cascade delete, file, for example on implementation methods
standard
- 一些标准控件的举例说明,以及对这些控件做的一些简单介绍。-Some examples of standard controls, as well as some of these controls make easy introduction.
SQLapplicationsforexample-addexternalconnections.r
- SQL应用举例--加外连接 学习SQL的朋友 相信会有帮助的-SQL applications, for example- add external connections
TheArtofSQL
- 《SQL语言艺术》分为12章,每一章包含许多原则或准则,并通过举例的方式对原则进行解释说明。这些例子大多来自于实际案例,对九种SQL经典查询场景以及其性能影响讨论,非常便于实践,为你的实际工作提出了具体建议。本书适合SQL数据库开发者、软件架构师,也适合DBA,尤其是数据库应用维护人员阅读 -" SQL Language Arts" is divided into 12 chapters, each chapter contains a number of princip
SqlserverTest
- 常用SQL函数举例,系统函数,字符串函数,日期函数等-SQL Functions
Projects
- 一个数据库的应用举例,天气遇到的一个系统编程-For example, a database application, the weather encountered a system programming
oracle
- Oracle SQl语句编写的触发器、函数、过程举例,在Oracle9I上完好运行-Oracle SQl statement prepared by the triggers, functions, procedures for example, on a good run in the Oracle9I
HongyouPPT
- 这是红有软件公司的SQL培训PPT,主要系统介绍了SQL数据库的基本知识以及应用举例,对SQL做了系统的介绍-This is the red and training software company SQL PPT, the main system introduces the basic knowledge of SQL database and application example, the system of SQL to do Introduction
ArtsOfSQL
- 本书分为12章,每一章包含许多原则或准则,并通过举例的方式对原则进行解释说明。这些例 子大多来自于实际案例,对九种SQL经典查询场景以及其性能影响讨论,非常便于实践,为你 的实际工作提出了具体建议。本书适合SQL数据库开发者、软件架构师,也适合DBA,尤其是 数据库应用维护人员阅读。-This book is divided into 12 chapters, each chapter contains a number of principles or guidelines, an
HookdatabaseCode
- 孙鑫VC++ HOOK和数据库访问应用实例,主要介绍ADO的三个常用对象: Connection对象、Command对象、Recordset对象的具体使用方法说明和举例。-Sun Xin VC++ HOOK and database access application examples, mainly on the three commonly used ADO objects: Connection Object, Command Object, Recordset object
System-data-dictionary-data
- 报名系统数据字典 报名系统数据字典举例System data-System data dictionary data dictionary
SQL-en
- 本书分为12章,每一章包含许多原则或准则,并通过举例的方式对原则进行解释说明。这些例 子大多来自于实际案例,对九种SQL经典查询场景以及其性能影响讨论,非常便于实践,为你 的实际工作提出了具体建议。本书适合SQL数据库开发者、软件架构师,也适合DBA,尤其是 数据库应用维护人员阅-This book is divided into 12 chapters, each chapter contains a number of principles or guidelines, and
SQL
- SQL的一些精妙语句实例,适合有一定基础的人来看,可以通过这些语句体会到怎样才可以把SQL用好。举例:1、说明:复制表(只复制结构,源表名:a 新表名:b) (Access可用) 法一:select * into b from a where 1<>1 法二:select top 0 * into b from a - Some exquisite examples of SQL statements, for people who have some basic t
Oracle
- Oracle数据库内置函数及数据字典。常用函数、字符函数、分组函数、日期型函数的举例。-Oracle Database built-in functions and data dictionary. Examples of commonly used functions, character functions, group functions, date functions.
oracle-class-Note
- 自己写的oracle 上课内容总结,从最基本的介绍,更改用户到 各种SQL语句的语法及各种举例说明。-Write their own the oracle course content summary from the introduction of the most basic, change the user to a variety of SQL statement syntax and various examples.
NET-DBHerlp
- 所有数据库链接方法及详细说明,举例源码,请好好珍惜-All database links methods and a detailed descr iption, for example source code, please cherish
SQL
- SQL语言教程,对SQL结构语言的语法有详细的介绍和举例-SQL language tutorial, SQL syntax structure of the language is described in detail and examples
acess与datagrid应用举例
- VB与acess的应用举例,结合时间与sql查询功能的应用(how to use visual basic and acess)