文件名称:PL/SQL详解 从入门到精通 英文版
文件大小:8.28MB
文件格式:PDF
更新时间:2013-09-12 05:54:38
PL/SQL 教程
This is a book about writing stored procedures for an Oracle database. A stored procedure in this context is a generic term for a program written in the Procedure Language extension for SQL (PL/SQL) that is stored inside the database when it is compiled. This means that you can then execute the program from inside the database. Why would you want to do that? Because your program will run faster inside the database.