Chapter 3. Variables and Data Structures

PL/SQL is a strongly typed language. This means that before you can work with any kind of data structure, you must first declare it. And when you declare it, you specify its type and, optionally, an initial or default value. All declarations of these variables must be made in the declaration section of your anonymous block, procedure, function, or package.

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

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