select the open commands available in cache
-
Oref()
-
Open()
-
Openid()
-
New()
B,C
Correct answer
Explanation
Both Open() and OpenId() are valid commands in Caché for opening objects. Open() takes an ID and optional flags, while OpenId() is specifically for opening by ID. Oref() returns an object reference, and New() creates instances.