which is correct regarding CHECK CONSTRAINT?
check (salary>(select salary from emp where uid=10))
check (salary >(select salary from emp where rowid=10 ))
check (salary >2568)
check (salary >select salary from emp where dno=10)