CREATE USER testuser IDENTIFIED BY 'password123'; GRANT USAGE ON SCHEMA testschema TO testuser; GRANT SELECT ON testschema.testtable TO testuser;