
pl-sql – programming-sql – কুইজ মডেল টেস্ট অনুশীলন – 1
8626. Which line of the code has an error? 1 declare 2 X1 number := 0; 3 1Y number := 0; 4 begin 5 X := 10; 6 1Y := X + 1Y; 7 end;
- The code has no error
- Line 2
- Line 5
- Line 3
8627. Which of the following is an invalid trigger event
- after logon
- after drop
- before startup
- after delete
8628. What is an valid statement
- None of the above
- count := count + 1;
- Both of the above
- count : = count + 1;
8629. Which procedure will never be executed in this IF statement? IF (submit_date > SYSDATE) AND order_total >= min_order_total THEN fill_order (order_id, ‘HIGH PRIORITY’); ELSIF (submit_date < SYSDATE) OR (submit_date = SYSDATE) THEN fill_order (order_id, ‘LOW PRIORITY’); ELSIF submit_date <= SYSDATE AND order_total < min_order_total THEN queue_order_for_addtl_parts (order_id); ELSIF order_total = 0 THEN disp_message (‘ No items have been placed in this order!’); END IF;
- queue_order_for_addtl_parts
- None is executed
- disp_message
- fill_order
8630. Which function returns the default database time zone
- TIMEZONE
- DBTIMEZONE
- TIMEZONEDB
- DB_TIMEZONE
8631. What type of constraint can be defined when you declare a variable?
- Check constraint.
- Check constraint and NOT NULL constraint.
- No constraints can be defined on a variable.
- NOT NULL constraint.
8632. What is the output after executing the following statement in SQL*Plus : SQL> execute DBMS_OUTPUT.PUT_LINE (RPAD (‘abc’, 500, ‘def’));
- No output
- "NULL"
- ERROR at line 1:
- Garbled data
8633. Which command is used for unlocking user account in oracle
- unlock
- change
- assert
- alter
8634. Which PL/SQL section does a server error associated with a named exception
- Declaration
- Header
- Exception
- Executable
8635. Which statement is valid, given – CREATE TYPE t1 AS OBJECT (x number); / CREATE TABLE tb1 (col1 t1); BEGIN
- All of the above
- INSERT INTO ot1 VALUES ( 30 );
- INSERT INTO ot1 VALUES ( 20 );
- INSERT INTO ot1 VALUES ( t1(10) );
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।