Examine these statements, which execute successfully:
CREATE ROLE r_world_rd;
GRANT SELECT ON world.* TO r_world_rd;
CREATE USER john IDENTIFIED BY ‘P@ssw0rd’;
GRANT r_world_rd TO john;
Examine these statements issued by user John:
What is the reason for the error?
FelipeK
2 months, 3 weeks agonkanike1
3 months, 1 week agodieymir
7 months, 2 weeks agofthusa
9 months, 1 week ago