QB Sycs DBMS
QB Sycs DBMS
QB Sycs DBMS
Class - SYCS
Sr.No. Question a b c d Correct_ans points
Which sections are required in Generic PL/SQL
1 BEGIN , END DECLARE, BEGIN DECLARE, EXCEPTION BEGIN, EXCEPTION BEGIN , END
Block? 1
What is the maximum number of ELSE clauses
2 that can be included in an IF clause that is not Any Number
nested? 0 1 2 1 1
The __________ attribute is used to declare
3 variables based on definitions of columns in a
table. %Type %Float % Integer %Null %Type 1
4 VARCHAR1 VARCHAR2 CHAR NUMBER VARCHAR1
____________ is not a valid PL/SQL data type. 1
A ________ trigger is fired each time a row in
5 Column After
table is affected by triggering statement. Before Row Row 1