ILP Oracle Quiz Prelims 1 tests knowledge on SQL syntax, table creation, role management, and datatype selections in Oracle databases. It assesses practical skills crucial for database management and SQL programming, enhancing both academic learning and professional competency.
4,5
1,7
4,7
3,7
Rate this question:
NUMBER(p,s)
LONG
NUMBER
Float
Rate this question:
1
2
0
3
Rate this question:
Flight number
Flight number + place of departure
Flight number + date
Flight number + destination
Rate this question:
Only one copy
Equal to number of users
Equal to number of times the procedure is called
None of the above
Rate this question:
Database trigger
Application trigger
Transaction trigger
System trigger
Rate this question:
USER_TRIGGERS
USER_OBJECTS
USER_TRIGGER_COLS
ALL_TRIGGERS
Rate this question:
Statement level trigger
Row level trigger
Any trigger
Schema level trigger
Rate this question:
A statement level
A row level
A database level
None of the above
Rate this question:
CURSOR is already open
CURSOR name is different in DECLARE as with OPEN
CURSOR name is duplicated
Referring the already closed CURSOR
Rate this question:
When (:new.job 'President')
When (.new.job 'President')
When (new.job 'President')
None of the above
Rate this question:
USER_CONSTRAINTS
ALL_CONSTRAINTS
USER_CONS_COLUMNS
USER_COLUMNS
Rate this question:
Programmers need to close all the implicit cursors before the end of the PL/SQL program.
Programmers can declare implicit cursors by using the CURSOR type in the declaration section.
Implicit cursors are declared implicitly only for DML statements.
Implicit cursors are declared implicitly for all the DML and SELECT statements.
Rate this question:
Generally we use commit/rollback inside the cursor for loop
Generally we use commit/rollback outside the cursor for loop
Generally we do not use commit/rollback with the cursor for loop
None of the above
Rate this question:
Where current of
Where cursor of
Where update of
None of the above
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.