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

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

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

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

Benjamin Rosenzweig

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



Lab 11.1 Self-Review Questions


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

1)

The RAISE_APPLICATION_ERROR works with which of the following?

  • _____ Named user-defined exceptions only

  • _____ Unnamed user-defined exceptions only

  • _____ Built-in and unnamed user-defined exceptions

  • 2)

    The RAISE_APPLICATION_ERROR procedure requires which of the following parameters?

  • _____ error_number, error_text, keep_error

  • _____ error_text, keep_error

  • _____ error_number, error_text

  • 3)

    The error number used in the RAISE_APPLICATION_ERROR must be which of the following?

  • _____ A number between -20,000 and -20,999

  • _____ A number between 20,000 and 20,999

  • 4)

    The RAISE_APLICATION_ERROR halts the execution of the program.

  • _____ True

  • _____ False

  • 5)

    When the parameter keep_error is set to TRUE, which of the following occurs?

  • _____ An error message is displayed on the screen.

  • _____ An error number is displayed on the screen.

  • _____ A new error message is added to the list of raised error messages.

  • Answers appear in Appendix A,

    Section 11.1 .


      / 289