PL/SQL Interview
PL/SQL Interview is simple if you keep it on paper. Isha uses it for a fail-list view in teachers’ report.
PL/SQL Interview on the board — CREATE VIEW fail_list AS …. Then say what a fail-list view looks like after.
Skip PL/SQL Interview and trying to UPDATE a non-updatable view shows up in teachers’ report.
Isha ships PL/SQL Interview in teachers’ report. That is the use case worth saying.
Don’t do this with PL/SQL Interview — trying to UPDATE a non-updatable view. Interviewers spot it in ten seconds.
PL/SQL Interview is not a lonely heading. Isha ties it to a fail-list view.
Close PL/SQL Interview with: “If I skip it, a fail-list view goes wrong like this: trying to UPDATE a non-updatable view.”
Say PL/SQL Interview in one breath, then CREATE VIEW fail_list AS …, then trying to UPDATE a non-updatable view.