* Complete tutorial for database developers! * Thorough coverage of PL/SQL * Practical "cookbook" techniquesEffectively create and manage complex databases with Oracle! Systems and database expert Kevin Owens explores PL/SQL, Oracle's answer to the Structured Query Language (SQL), and teaches
Programming Oracle Triggers and Stored Procedures
โ Scribed by Feng Yuan
- Publisher
- Prentice Hall PTR
- Year
- 2003
- Tongue
- English
- Leaves
- 446
- Series
- PTR Oracle Series
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Advanced Oracle features such as triggers and stored procedures make itpossible to build databases that incorporate business rules - allowing companiesto reengineer processes more quickly and effectively than ever. This is the"bible" for anyone designing complex Oracle databases that incorporatebusiness rules, and it is fully compliant with Oracle 10g. The book presents asimple methodology which yields a highly-maintainable repository of triggersand stored procedures which are easy to manage and modify as the businesschanges. Topics covered include: declarative constraints; analyzing constraintsthrough the data dictionary; PL/SQL program units; embedded SQL; datatypes and composite structures; error handling and exceptions; andinterprocess communication.A trigger is a condition, which if true, causes a stored procedure to execute.Stored procedures are SQL code embedded in the database that providescritical information to the end user when triggered.
๐ SIMILAR VOLUMES
Advanced Oracle features such as triggers and stored procedures make itpossible to build databases that incorporate business rules - allowing companiesto reengineer processes more quickly and effectively than ever. This is the"bible" for anyone designing complex Oracle databases that incorporatebusi
<p><p>If you want to learn how to write stored procedures and triggers for Microsoft SQL Server, <i>Code Centric: T-SQL Programming with Stored Procedures and Triggers</i> is the book for you. Youll learn real-world coding and how to build non-trivial applications. All of the examples covered in the
Microsoft's Common Language Runtime (CLR) is a series of subroutines that basically make up the foundation of a programming language. This is an integral part of Microsoft's .NET framework which is basically an extension of the operating system to provide additional functionality. And of course to t
SQL Server 2005 offers the capability to write code in a .NET language that can be compiled and run inside SQL Server. CLR Integration, or SQL CLR, lets you create stored procedures, user-defined types, triggers, table valued functions, and aggregates using a .NET managed language. You can read and
SQL Server 2005 offers the capability to write code in a .NET language that can be compiled and run inside SQL Server. CLR Integration, or SQL CLR, lets you create stored procedures, user-defined types, triggers, table valued functions, and aggregates using a .NET managed language. You can read and