Category Archives: plsql

Khóa học miễn phí PL/SQL – Exceptions nhận dự án làm có lương

PL/SQL – Exceptions In this chapter, we will discuss Exceptions in PL/SQL. An exception is an error condition during a program execution. PL/SQL supports programmers to catch such conditions using EXCEPTION block in the program and an appropriate action is taken against the error condition. There are two types of exceptions − System-defined exceptions User-defined […]

Khóa học miễn phí PL/SQL – Triggers nhận dự án làm có lương

PL/SQL – Triggers In this chapter, we will discuss Triggers in PL/SQL. Triggers are stored programs, which are automatically executed or fired when some events occur. Triggers are, in fact, written to be executed in response to any of the following events − A database manipulation (DML) statement (DELETE, INSERT, or UPDATE) A database definition […]