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

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

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

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

Benjamin Rosenzweig

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



Lab 10.3 Self-Review Questions


In order to test your progress, you should be able to answer the following questions.

1)

When an exception is raised in the declaration section of the inner block, it propagates to the

  • _____ exception-handling section of this block.

  • _____ exception-handling section of the enclosing (outer) block.

  • _____ host environment and causes a syntax error.

  • 2)

    When an exception is raised in the declaration section of the outer block, it propagates to the

  • _____ exception-handling section of this block.

  • _____ host environment and causes a syntax error.

  • 3)

    When an exception is raised in the executable section of the inner block, it propagates to the

  • _____ exception-handling section of this block.

  • _____ exception-handling section of the enclosing block.

  • _____ host environment and causes a syntax error.

  • 4)

    When an exception is re-raised in the inner block, control is transferred to the

  • _____ exception-handling section of this block.

  • _____ exception-handling section of the enclosing block.

  • 5)

    To re-raise an exception, one must issue which of the following statements?

  • _____ RAISE exception_name

  • _____ RAISE

  • _____ There is no need to issue any statements.

  • Answers appear in Appendix A,

    Section 10.3 .


      / 289