Subject GRANT field level for select and insert
Author rj1102
Looking at the definition of GRANT i see that you can grant privileges
on field level for UPDATE (and REFERENCES) like:

GRANT UPDATE (Field1, Field2) ON MyTable TO USER User1

Why is field level assignment only implemented for UPDATE and not for
SELECT and INSERT?

Kind regards,
Robbert-Jan