View the Exhibit and examine the structure of the customer table.
You create the following trigger to ensure that customers belonging to category "A" or "B" in the customer table can have a credit limit of more than 8000.
What is the outcome?
Examine the following snippet of PL/SQL code:
View the exhibit for table description of EMPLOYEES table. The EMPLOYEES table has 200 rows.
Identify open statement for opening the cursor that fetches the result as consisting of employees with JOB_ID as ‘ST_CLERK’ and salary greater than 3000.
Which two statements are true about PL/SQL exception propagation? (Choose two.)
View the Exhibit and examine the blocks of code that you plan to execute.
Which statement is true about the blocks of code?
View the exhibit and examine the structure of the EMPLOYEES table.
The salary of EMPLOYEE_ID 195 is 2800.
You execute the following code
What is the outcome?
View the Exhibit and examine the structure of the employees table.
Execute the following block of code:
What is the outcome?
View the exhibit to examine the PL/SQL code.
Which statement is true about the exception handlers in the PL/SQL code?