I am actually trying to take that just a bit further and translate the commands SHARED,EXCLUSIVE,NOUPDATE into CREATE,READ,UPDATE,DELETE
so then based on what you are saying the answer to my question is as follows?:
CREATE - anything that's opened with SHARED,EXCLUSIVE
READ - anything opened...