Description
PL/SQL is the Oracle Procedural Language extension of SQL. PL/SQL is integrated within the Oracle database. A PL/SQL program can have both SQL statements and procedural statements. In the program, the SQL statements are used to get admission to sets of data stored in a database, whilst the procedural statements are used to process individual piece of data and keep watch over the program glide, by applying, as an example, the PL/SQL’s if-then-else and looping structures. This book, Oracle PL/SQL Programming Fundamentals By Examples, is for PL/SQL beginners. If you haven’t any prior or limited skill of PL/SQL, and you wish to have to be told the Oracle PL/SQL programming language the practical way, then this book is perfect for you. Whilst you finish reading the book and trying its examples, you may have equipped yourself with PL/SQL fundamental skills to start writing some PL/SQL programs for a real-world development project. Source codes listing of the examples are included in the Appendix of the book.