博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[bbk5153]第15集 - Chapter 06- Working with Composite Data Types(Collection)
阅读量:5088 次
发布时间:2019-06-13

本文共 939 字,大约阅读时间需要 3 分钟。

Nested Tables

[表中有表]

关联数组,是用在PL/SQL中的一种普通数据类型,无法存储在数据库中;嵌套表既可以在PL/SQL中使用,也可以存储在数据库中.

VARRAY

可变数组,既可以在PL/SQL中使用,也可以存储在数据库中.

Summary of Collection Types

Quiz

Identify situations in which you can use the %ROWTYPE attribute.

  1. When you are not sure about the structure of the underlying database table.
  2. When you want to retrieve an entire row from a table.
  3. When you want to declare a variable according to another previously declared bariable or database column.

锚锁定技术有两类,一类是Scalar变量的锁定,一类是Record的锁定;Scalar的锁定使用%TYPE,Record的锁定使用%ROWTYPE;

Summary

In this lesson,you should have learned to:

  • Define and reference PL/SQL variables of composite data types
    • -PL/SQL record
    • -Associative array
      • -INDEX BY table
      • -INDEX BY table of records
  • Define a PL/SQL record by using the %ROWTYPE attribute
  • Compare and contrast the three PL/SQL collection types:
    • -Associative array
    • -Nested table
    • -VARRAY

 

转载于:https://www.cnblogs.com/arcer/archive/2013/04/22/3036330.html

你可能感兴趣的文章
Linear Algebra lecture 2 note
查看>>
CRC计算模型
查看>>
Ajax之404,200等查询
查看>>
Aizu - 1378 Secret of Chocolate Poles (DP)
查看>>
csv HTTP简单表服务器
查看>>
OO设计的接口分隔原则
查看>>
数据库连接字符串大全 (转载)
查看>>
java类加载和对象初始化
查看>>
对于负载均衡的理解
查看>>
django简介
查看>>
window.event在IE和Firefox的异同
查看>>
常见的js算法面试题收集,es6实现
查看>>
IO流写出到本地 D盘demoIO.txt 文本中
查看>>
Windows10 下Apache服务器搭建
查看>>
HDU 5458 Stability
查看>>
左手坐标系和右手坐标系
查看>>
solr后台操作Documents之增删改查
查看>>
http://yusi123.com/
查看>>
文件文本的操作
查看>>
Ubuntu linux下gcc版本切换
查看>>