Question: 1/50
You need to allow external users to run an APEX application in a workspace without giving them any ability to develop or access SQL Workshop. What is the best practice approach?
Create APEX application users and grant them Developer role in the workspace
Create APEX application users with end-user (runtime) access and use an authentication scheme for login
Create database users for each external user and map them to the workspace schema
Disable authentication and rely on a page-level condition to hide developer pages