C H A P T E R  2

Image

Essential SQL

SQL is an essential part of any database application. From queries to update statements to inserts and deletes, database transactions consume much of a database application developer's time. The PL/SQL language is unmatched by any other in providing seamless integration between SQL and procedural language for the Oracle Database. PL/SQL is based around database transactions, so the seamless language characteristics help to provide ease of use and increased developer productivity.

This chapter will focus on some of the more widely used PL/SQL techniques for working directly with the database. If you are looking for some great ways to insert, update, create, or delete records with your application, then this is the chapter that you'll want to read. The recipes will begin with showing how to retrieve data and work with it. After that, you will find some recipes for updating data, deleting rows, and more advanced topics such as removing duplicate rows from the database.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.110.176