Beginning PLSQL
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 p...
Đã lưu trong:
Tác giả chính: | |
---|---|
Định dạng: | Sách |
Ngôn ngữ: | English |
Được phát hành: |
Apress
2012
|
Những chủ đề: | |
Truy cập trực tuyến: | https://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/30798 |
Các nhãn: |
Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
|
Thư viện lưu trữ: | Thư viện Trường Đại học Đà Lạt |
---|
Tóm tắt: | 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.
Let’s slow down for a minute, so I can explain what a stored procedure is and why you
would want to use one. |
---|