- Oracle SQL Developer
- Ajith Narayanan
- 178字
- 2021-07-16 09:39:09
Chapter 4. Working with PL/SQL
Unique to the Oracle database, PL/SQL code forms the core of many Oracle database applications. Whether a database-centric application or one using open source technologies, if the Oracle database underpins the application, PL/SQL code is almost certainly present and is stored in the database or sent in blocks of code to the database for execution. PL/SQL is a language extension to SQL, offering a procedural language structure in the Oracle Database, which is required for more complex application development. SQL Developer supports PL/SQL development by allowing you to work with text files or develop and test code directly against the database.
In this section, we will review this support and show you how to create, compile, and debug PL/SQL and look at a number of useful features available to facilitate writing PL/SQL. This chapter is not about teaching PL/SQL or best practice programming techniques. Instead, the examples used here serve to illustrate how the tool might be used and are based on the many coding examples available in the Oracle documentation.
- VSTO開發入門教程
- INSTANT Sencha Touch
- Java深入解析:透析Java本質的36個話題
- R大數據分析實用指南
- Mastering Linux Network Administration
- Android開發:從0到1 (清華開發者書庫)
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Java程序員面試筆試寶典(第2版)
- UNIX Linux程序設計教程
- Python3.5從零開始學
- 細說Python編程:從入門到科學計算
- 新印象:解構UI界面設計
- Magento 2 Beginners Guide
- CodeIgniter Web Application Blueprints
- JavaWeb從入門到精通(視頻實戰版)