
pl-sql – programming-sql – কুইজ মডেল টেস্ট অনুশীলন – 9
8706. Which function returns the default database time zone
- DB_TIMEZONE
- TIMEZONE
- DBTIMEZONE
- TIMEZONEDB
8707. What is the built-in function used to determine the place of a character in the collating sequence of the character set used by the database
- COLLATE
- CHARCOLLATE
- COLLATECHAR
- ASCII
8708. What does the procedure DBMS_OUTPUT_ENABLE() enables
- Printing to script window
- Printing to database
- Printing to database cache
- Printing to a phantom table
8709. Why does the following declaration fail : MY_NUMBER POSITIVEN;
- A variable declared as POSITIVEN should always be initialized to a non-NULL value.
- POSITIVEN is not a PL/SQL data type.
- The variable name is invalid.
- The statement is missing a keyword.
8710. What is done in the following PL/SQL code – PRAGMA EXCEPTION_INIT(invalid_table_name, -942);
- An exception is associate
- An exception is handle
- An exception is declare
- An exception is raise
8711. Which package queues up stored procedures to be executed on a regular or one-time basis
- DBMS_QUEUE_JOB
- DBMS_QUEUE
- DBMS_JOB
- DBMS_JOB _QUEUE
8712. Which exception is raised, if a number is divided by 0
- ZERO_EXCEPTION
- DIVIDE_ZERO
- ZERO_DIVIDE
- EXCEPTION_ZERO
8713. What type of exception requires a RAISE statement
- A programmer-defined exception
- An unnamed server exception
- The RAISE statement is never required for an exception.
- A named server exception
8714. How does the assignment of a code to user-defined exception is done
- pragma init_exception
- pragma exception_init
- pragma exception_user_code
- pragma exception_user_code_init
8715. Why does the following code fail : DECLARE V_BONUS NUMBER; BEGIN SELECT SALARY V_SALARY FROM EMPLOYEE WHERE EMP_ID = 101; V_BONUS := V_SALARY * 0.1; END;
- The SELECT statement cannot have an alias name.
- The exception section is missing.
- None of the above
- The V_BONUS variable is not initialized.
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।