
pl-sql – programming-sql – কুইজ মডেল টেস্ট অনুশীলন – 6
8676. What is the numeric code for VALUE_ERROR exception
- 1
- 1722
- 6502
- 1476
8677. What is the error code prefix of PL/SQL errors
- PSL
- PSQ
- PLS
- PLQ
8678. What will the value of X_STATUS be when the following code is executed : DECLARE X_BONUS BOOLEAN; X_COMMISSION BOOLEAN := FALSE; X_STATUS BOOLEAN; BEGIN X_STATUS := X_BONUS AND X_COMMISSION; END;
- TRUE
- NULL
- UNDEFINED
- FALSE
8679. What does dirty read refers to
- Inconsistent data reading during multiple transaction processing
- Inconsistent data updating during multiple transaction processing
- Inconsistent data address reading during multiple transaction processing
- Inconsistent data address updating during multiple transaction processing
8680. Where does a cursor is usually placed in a program, if the cursor is used only once
- Header of the program
- Local block
- Package body
- Package specification
8681. Which data types does not exist in SQL
- BOOLEAN
- FLOAT
- CHAR
- INT
8682. What is the use of using RAISE keyword in exception blocks
- To raise the default exception
- To raise same exception again
- To raise another exception
- To pass error details to error log
8683. Which statement will implicitly begin a transaction
- TRUNCATE
- ALTER
- SELECT FOR UPDATE
- GRANT
8684. Which collection type must be explicitly initialized with a constructor
- Index-by table
- Nested table and VARRAY
- Nested table
- VARRAY
8685. What is done in the following PL/SQL code – PRAGMA EXCEPTION_INIT(invalid_table_name, -942);
- An exception is declare
- An exception is raise
- An exception is handle
- An exception is associate
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।