Jack has created a decision table with return value, named as “DT_DISCOUNT_CALC” and it returns two additional columns named “DISCOUNT_PERCENTAGE” and “DISCOUNT_AMOUNT”. He wants to execute this decision table in the SQL console. Which of the following statement can he use for executing this Decision table? Note: System Schema denotes the name of the System schema where the Decision table is stored after activation
CALL
. “DT_DISCOUNT_CALC”(?)
CALL
. “DT_DISCOUNT_CALC”
SELECT “DISCOUNT_PERCENTAGE”, “DISCOUNT_AMOUNT” FROM
. “DT_DISCOUNT_CALC”