
pl-sql – programming-sql – কুইজ মডেল টেস্ট অনুশীলন – 8
programming sql | 8696. What s the maximum characters to be stored in VARCHAR2 data type in SQL
- 1024
- 2048
- 512
- 4000
8697. What is the value of X when the following block is executed? declare X number := 0; begin X := 10; FOR V_COUNTER in 1 .. 10 LOOP X := X + 10; END LOOP; end;
- 10
- 1
- 100
- 110
8698. Which command is used for setting up passwords for an user account in oracle
- change
- assert
- alter
- unlock
8699. What type of exception requires a RAISE statement
- An unnamed server exception
- A named server exception
- A programmer-defined exception
- The RAISE statement is never required for an exception.
8700. What is the maximum space allowed for identifier name
- 50
- 150
- 30
- 100
8701. What statement should be removed from the following block? DECLARE CURSOR emp_cur IS SELECT * FROM emp; emp_rec emp_cur%ROWTYPE; BEGIN FOR emp_rec IN emp_cur LOOP give_raise (emp_rec.empno); END LOOP; END;
- emp_rec emp_cur%ROWTYPE;
- LOOP
- give_raise (emp_rec.empno);
- Declaration of emp_rec
8702. Which function shows the currently executing program
- DBMS_UTILITY.CALL_STACK
- DBMS_UTILITY.FORMAT_CALL_PROC
- DBMS_UTILITY.FORMAT_CALL_PROG
- DBMS_UTILITY.FORMAT_CALL_STACK
8703. In a CURSOR FOR loop, the record variable when used in the FOR statement, is declared
- by VAR keyword
- by DECLARE directive
- automatically
- statically
8704. Which data type is appropriate to store large blocks of character data in the database, in-line or out-of-line
- NCHAR
- CLOB
- CHAR
- VARCHAR2
8705. What is the use of using RAISE keyword in exception blocks
- To raise another exception
- To raise the default exception
- To raise same exception again
- To pass error details to error log
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।