If a function does not modify the database, the purity level is —
2018
If a function does not modify the database, the purity level is —
- A.
RNDS
- B.
WNPS
- C.
RNPS
- D.
WNDS
Attempted by 67 students.
Show answer & explanation
Correct answer: C
RNPS = Read, No side-effects, Pure, Static Purity levels in database functions: R (Read) → function reads from the database but does not write or modify data.