SQL and PL/SQL Best Practices and Standards Naming conventions:
•
Identifier naming convention adopted for BOG project Think of all identifiers as consisting of 5 parts. <Scope><Type> <Primary Iden...
An
Training Guide
PL/SQL for Beginners Workbook
Training Guide
PL/SQL for Beginners - Workbook
www.appltop.com info@appltop.com
Workbook
This workbook should be worked through with the associ...
1. Find out the selling cost average for packages developed in Oracle. a. SELECT AVG(SCOST) FROM SOFTWARE WHERE DEVIN = 'ORACLE'; 2. Display the names, ages and experience of all programmers. b. SE...
Oracle SQL Query Tuning Hints WHERE Clause
Try to avoid operations on database objects referenced in the WHERE clause. Given Query SELECT ename, hiredate, sal FROM emp WHERE SUBSTR(ename,1,3) = 'SC...
Introduction to PL/SQL
Need for PL/SQL — declarative vs. procedural — anonymous blocks — debugging — a first program — code compilation — code execution — procedures & functions — PL/SQL in SQL — S...
Index Search Add FAQ Ask Question
Oracle PL/SQL FAQ
Topics
What is PL/SQL and what is it used for? Should one use PL/SQL or Java to code procedures and triggers? How can one see if somebody modifi...
<em>Oracle PL/SQL Best Practices</em> summarizes PL/SQL best practices in nine major categories: overall PL/SQL application development; programming standards; program testing, tracing, and debuggi...
An
Training Guide
PL/SQL for Beginners Supplement
Training Guide
PL/SQL for Beginners - Supplement
www.appltop.com info@appltop.com
Supplement
The supplement covers a couple of topics that ar...
This paper examines and categorizes the use cases for doing SQL from
PL/SQL, takes the Oracle Database 11g viewpoint, and explains the optimal
approach for the task at hand.