
pl-sql – programming-sql – কুইজ মডেল টেস্ট অনুশীলন – 3
8646. What will be the value of ‘x’ after executing following program Declare x number := 5; y number := null; z number := 10; Begin if x > y AND x < z then x := z * x; end if; End;
- 50
- 10
- NULL
- 5
8647. Which transaction isolation level prevents phantom reads
- Read committed
- Concurrent
- Read uncommitted
- Serializable
8648. What is the output after executing the following statement in SQL*Plus : SQL> execute DBMS_OUTPUT.PUT_LINE (SYSDATE < SYSDATE ? 5);
- No output
- ERROR at line 1:
- Garbled data
- “NULL”
8649. What will be the output of the following code : if salary < 1000 then end if;
- Is invalid
- Generates object not found error
- Generates SQL error
- Is valid
8650. What will happen, iIf you fetch past the last record in a cursor’s result set
- Nothing
- VALUE_ERROR exception is raised
- NO_DATA exception is raised
- Only error is logged
8651. What is the limit for levels of block nesting
- 255
- 256
- 127
- 128
8652. Which step helps in implementing relationships between entities of an ER diagram in the Oracle database
- Create a foreign key constraint
- Create a unique key constraint
- Create a primary key constraint
- Create an index
8653. What will be the output of the statement – DBMS_OUTPUT.PUT_LINE (‘upper_name: ‘ || UPPER(name)); if the DECLARE block has – name VARCHAR2(20) := ‘JoHn SmItH’; upper_name name%TYPE;
- Error
- upper_name: JoHn SmItH
- upper_name: JOHN SMITH
- upper_name: John Smith
8654. The cursor attribute (along with the cursor name) you would use (if any) for, if the FETCH did not return any records from the company_cur cursor and exit the loop, is
- company_cur%NOCOUNT
- company_cur%COUNT
- company_cur%NOTFOUND
- company_cur%FOUND
8655. Which package queues up stored procedures to be executed on a regular or one-time basis
- DBMS_JOB _QUEUE
- DBMS_QUEUE
- DBMS_JOB
- DBMS_QUEUE_JOB
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।