Hi,
So every time when I 'll use the view, the constraint over the basictable will be revalidated.
Select name from patient_view;
is in reality:
Select name from (select ...,...,... from basic where xxx=yyy);
Is that right?
DAvid