I have 3 tables table1,table2,table3. I want to grant(select for example) these tables to a user, user1.
I know that I can grant with:
grant select
No. As the documentation shows, you can only grant access to one object at a time.