If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
An informational constraints is not enforced in INSERTs and UPDATEs. This means you can insert data which violates your informational constraint. However, it also means you will not see this data in a SELECT. Is there anyway you can see the data without removing constraint.
... it also means you will not see this data in a SELECT.
What did you mean by "this data"?
I thought that I can see any data in a table, if it was not gurded by some security functions.
Can you show an example?