Category Archives: plsql

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 […]

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

PL/SQL – Packages In this chapter, we will discuss the Packages in PL/SQL. Packages are schema objects that groups logically related PL/SQL types, variables, and subprograms. A package will have two mandatory parts − Package specification Package body or definition Package Specification The specification is the interface to the package. It just DECLARES the types, […]