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
8 months, 1 week agonkanike1
8 months, 4 weeks agodieymir
1 year agofthusa
1 year, 2 months ago