Tagged Questions
4
votes
3answers
393 views
Terminology for a deterministic function with no side-effects?
I need the proper terminology for a specific type of function.
Suppose you write a function in your SQL database, whose inputs and outputs are contained within the scope of a database transaction.
...