AThe %ROWTYPE attribute declarations in PL/SQL to access a row will not display the invisible column in the output.
BThe DESCRIBE commands in SQL *Plus will not display the invisible column in the output.
CReferential integrity constraint cannot be set on the invisible column.
DThe invisible column cannot be made visible and can only be marked as unused.
EA primary key constraint can be added on the invisible column.