Run the script to create the table TAX_CAL_STATIC to store the intermediate results while calculating the tax_payable by an employee based on the tax proof. The table is populated with base data needed for the calculation.
In each of the next three steps, you will define and use one of the three table types to perform the required income tax processing. Each of these examples performs the same function but with significantly different side effects. These differences will be highlighted to you as you proceed through the tutorial.
You should see success statements in the lower right panel.