Basic Operations
- Last UpdatedJan 24, 2023
- 1 minute read
Work in any module is mostly about manipulating the elements and their attributes in one or more databases; either to add, change, read or delete data. You must therefore be able to tell the application:
-
which database(s) you want to access
-
which elements in the database hierarchy you want to access
-
what changes, if any, you want to make to the database’s contents.