1. PLSQL: Introduction(Part-I)
PL/SQL is a procedural extension of SQL, making it extremely simple to write procedural code that includes SQL as if it were a single language. This lecture gives a brief overview of some of the important points you should consider when first trying to learn PL/SQL.
PL/SQL is a procedural extension of SQL, making it extremely simple to write procedural code that includes SQL as if it were a single language. In comparison, most other programming languages require mapping data types, preparing statements and processing result sets, all of which require knowledge of specific APIs.
The data types in PL/SQL are a super-set of those in the database, so you rarely need to perform data type conversions when using PL/SQL. Ask your average Java or .NET programmer how they find handling date values coming from a database. They can only wish for the simplicity of PL/SQL.
When coding business logic in middle tier applications, a single business transaction may be made up of multiple interactions between the application server and the database. This adds a significant overhead associated with network traffic. In comparison, building all the business logic as PL/SQL in the database means client code needs only a single database call per transaction, reducing the network overhead significantly.
Видео 1. PLSQL: Introduction(Part-I) автора MySQL Миграция и обновление версий
Видео 1. PLSQL: Introduction(Part-I) автора MySQL Миграция и обновление версий
Информация
8 декабря 2023 г. 8:13:42
01:13:55
Похожие видео