A collection of 22 FAQs on PL/SQL language basics or DBA and developers. It can also be used as learning tutorials on defining variables, assigning values, using "loop" statements, setting "if" conditions, and working with null values.
- What Is PL/SQL Language Case Sensitive?
- How To Place Comments in PL/SQL?
- What Are the Types PL/SQL Code Blocks?
- What Is an Anonymous Block?
- What Is a Named Program Unit?
- What Is a Procedure?
- What Is a Function?
- How To Declare a Local Variable?
- How To Initialize Variables with Default Values?
- How To Assign Values to Variables?
- What Are the Arithmetic Operations?
- What Are the Numeric Comparison Operations?
- What Are the Logical Operations?
- How Many Categories of Data Types?
- How Many Scalar Data Types Are Supported in PL/SQL?
- How To Convert Character Types to Numeric Types?
- What Are the Execution Control Statements?
- How To Use "IF" Statements on Multiple Conditions?
- How To Use "WHILE" Statements?
- How To Use "FOR" Statements?
- What Is NULL in PL/SQL?
- How To Test NULL Values?
No comments:
Post a Comment