*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
To grant the user z_slm5 access to the table vs_folio_physica_material_formats in the local_shared schema on Metadb, you would issue this command as a script to run on Cornell from your DBeaver application:
GRANT SELECT ON local_shared.vs_folio_physical_material_formats TO z_slm5;
...