How to use Oracle SQL Developer and other tools
Posted by: Brent Sheets
Overview: PL/SQL is Oracle’s procedure language that allows you to code loops, if-else structures, and error-handling structures to build more complex scripts. That, in turn, allows you to manage transactions that maintain data integrity in a database. And it allows you to create stored procedures, functions, and triggers - named blocks of PL/SQL code that are stored in the database for ready access.
This shiny new blog is dedicated to providing members with a wide selection of free sample chapters from relevant enterprise IT and development books. I’ve included related resources for additional help. Be forewarned, some chapters may have limited availability — so get them while you can.
This free chapter download is taken from Murach’s Oracle SQL and PL/SQL by Mike Murach & Associates. When you finish reading the chapter, please share your thoughts with fellow members by posting a comment below. Thanks and enjoy the free chapter.

Community Manager
|
Written by Title Published by Published on ISBN-13 |
Joel Murach Murach’s Oracle SQL and PL/SQL Mike Murach & Associates August 31, 2008 978-1-890774-50-9 |
DOWNLOAD THE CHAPTER
Chapter Two: How to use Oracle SQL Developer and other tools
RELATED PEER ADVICE
→ Visit our Oracle community
→ Need answers? Then ask your own Oracle question
RELATED RESOURCES
→ Visit the Eye on Oracle blog
→ Visit the SearchOracle.com website
→ Browse these Oracle PL/SQL resources
RELATED CONTENT
→ IT Definition: PL/SQL (visit the Database Glossary for more)
→ Learning Guide Fast Guide: PL/SQL


