Hello All,
I have the below query regarding Rules in PostgreSQL:
If I have a table which has multiple rules defined, are the rulesexecuted in the order in which they are defined?
Or are they executed in some random order?
Thanks,Ranjeeth