SAP
C_HANAIMP_18 · Question #74
You create a table function to remove historic records, sum the current total weekly working hours for each employee, and update the personnel table with the results. The deployment of the table…
The correct answer is D. Your function includes a TRUNCATE statement. See the full explanation below for the reasoning.
Question
You create a table function to remove historic records, sum the current total weekly working hours for each employee, and update the personnel table with the results. The deployment of the table function fails. Which of the following could be a valid reason?
Options
- AYour function refers to a scalar function.
- BYou did NOT define a valid table type.
- CYou did not define at least one input parameter.
- DYour function includes a TRUNCATE statement.
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C15% (4)
- D74% (20)
Community Discussion
No community discussion yet for this question.