I want to give privileges of SELECT,INSERT,UPDATE,DELETE AND DRI ' declarative referential integrity' so I run this command grant select,insert,update,delete,dri on <mytable> to <myuser> but I get this error: Incorrect sintaxis near 'dri' . WHAT is WRONG???