Prentice Hall Oracle Plsql By Example 3Rd Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Prentice Hall Oracle Plsql By Example 3Rd Edition [Electronic resources] - نسخه متنی

Benjamin Rosenzweig

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 9 Introduction to Cursors


A5:

Questions

Answers

Comments

1)

B

2)

None

Cursor attributes are used for getting information about cursors. They cannot be used to control or close cursors.

3)

1-B Declare, 2-E Open, 3-A Fetch, 4-C Close

4)

D

Cursor attributes can be use with both implicit and explicit cursors.

5)

D


A5:

Questions

Answers

Comments

1)

A

2)

B

3)

B

4)

B

A child cursor in a nested cursor loop will open, loop, and then close for each iteration of the parent loop.

5)

C

/ 289