Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.

Get The Ins-and-Outs of SQL and PL/SQL From an Oracle Expert

Perform database functions quickly and easily using the comprehensive information in this step-by-step guide. Oracle professional Christopher Allen begins with database basics and progresses to plain-language explanations and real-world examples of SQL statements and PL/SQL programs. You’ll learn how to manage, query, and manipulate data, use SQL*Plus, create SQL functions, and write practical PL/SQL applications. Review questions, chapter summaries, and hands-on projects will have you understanding and exploiting the powerful features of Oracle Database 10g in no time.

  • Create tables, rows, records, columns, and fields
  • Store text, numbers, dates, pictures, and soundfiles in tables and columns
  • Define, manipulate, retrieve, and delete data, using SQL commands
  • Select, sort, and filter records with SQL functions and procedures
  • Write SQL commands to declare variables using anchored types
  • Use SAVEPOINT and ROLLBACK commands to ensure multilevel undo
  • Perform time-based and hierarchical data queries
  • Edit and reuse commands in script files, using the SQL*Plus program
  • Use PL/SQL views, sequences, procedures, functions, and packages
  • Use triggers to automate auditing, security, and maintenance tasks

Prepare to pass the OCP Building Internet Applications I and II exams - two of four required exams for OCP Application Developer certifications - using this Oracle Press study guide.

ORACLE PL/SQL 101

by Christopher Allen

Published 16 December 2000
SQL is the industry standard for interacting with enterprise-level databases. SQL commands allow users to manipulate database records -- insert, modify, and delete, and so on. DBAs, developers and savvy financial analysts use SQL to access and analyse information on their corporate database. PL/SQL is the Oracle version of SQL and provides the ability to write powerful, flexible programs to quickly perform and automate a multitude of database tasks. This book provides a fresh and approachable introduction to Oracle PL/SQL.