Multiple choice technology web technology

Which of the below are not defined as default control operations of isomorphic namespace

  1. Create

  2. Fetch

  3. Remove

  4. Save

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The isomorphic namespace defines four default data operations: Fetch (read), Add (create), Update (modify), and Remove (delete). 'Create' is not a standard operation - the correct term is 'Add'.