databases Online Quiz - 97
Description: databases Online Quiz - 97 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Suppose in the declaration section of a PL/SQL block, you create but do not initialize a NUMBER variable. What will be the initial value of the variable when the block is executed?
You are declaring a variable of data type NUMBER in a PL/SQL block. During the execution of the PL/SQL block, a query returns seven rows, and the next FETCH statement is issued. If the variable was assigned a value by using %ROWCOUNT attribute, which of the following values will be stored in it?
For which of the following tasks would it be most appropriate to use a PL/SQL WHILE loop?
Examine the statement of correlated subquery in the following cursor declaration. DECLARE CURSOR c1 IS SELECT D1.deptno, D1.loc, E1.Totalemp FROM dept D1, (SELECT deptno, COUNT(*) Totalemp FROM emp GROUP BY deptno) E1 WHERE D1.deptno = E1.deptno AND E1.Totalemp > 6; Why does this statement result in an error?
In which section is a user-defined exception trapped?
Which of the following architecture is used to support the agent or the application tier?
What is the purpose of SET DBMSSERVER OUTPUT ON
SQL is a product of ?
How many normalization processes are available in RDBMS
How many constraints are available in SQL
Auto commit occurs on
Which component will never allocate memory from the larger pool
What is the main reason to create a reverse key index on a column
What is the best table to be cached?