自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

翻译 2 PL/SQL Language Fundamentals(基本原理)

This chapter explains these aspects(方面) of the PL/SQL language: ■ Character Sets ■ Lexical Units(词法单元) ■ Declarations ■ References to Identifiers(引用标识符) ■ Scope and Visibility of Identifiers(标识符的范

2016-10-13 11:32:43 1404

翻译 Overview of PL/SQL

PL/SQL, the Oracle procedural extension(程序上的扩展) of SQL, is a portable, high-performance transaction-processing language(是一种可移植、高性能事务处理语言。). This chapter explains(说明) its advantages and briefly descri

2016-10-12 10:48:52 338

翻译 Functions

Functions are similar to operators in that they manipulate data items(操作数据项) and return a result. Functions differ from operators in the format of their arguments(函数的参数格式与运算符不同。). This format enabl

2016-10-11 16:51:58 221

翻译 Automatic and Manual Locking Mechanisms During SQL Operations

This appendix(附录) describes mechanisms(机制) that lock data either automatically or as specified by the user during SQL statements. For a general discussion(一般性讨论) of locking mechanisms(锁机制) in the con

2016-10-10 11:03:19 333

翻译 Character Data Types

The CHAR data type specifies a fixed-length character string(固定长度). Oracle ensures(保证) that all values stored in a CHAR column have the length specified by size. If you insert a value that is shorter t

2016-10-09 18:02:15 531

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除