Actions
Actions configure the direction flow of the data.
. Read: The data only flows from Database Server to Database Client. The Database Client can only read the data from the Database Server
. Read/Write: The data flows in both directions, from the Server to the Client and from the Client to the Server. The Database Client can read and write data from the Database Server
. Write: The data flows only from Database Client to Database Server. The Database Client can only write data from the Database Server