A company is using Snowflake's web app interface to manage its data'. A data engineer needs to create a new table, load data into it from a CSV file stored in an internal stage, and then grant SELECT privileges on the table to a specific role using the web app. Which sequence of actions within the Snowflake web app represents the most efficient and secure way to accomplish this task?
Correct Answer: E
Option E is the most efficient and secure option, as it leverages both the graphical interface and SQL for specific tasks. Using the Table interface in option A is clunky. Option B is inefficient as Data -> Load Data Wizard is preferrable to uploading via the table interface itself. Option C uses the SQL Worksheet and lacks security. Option D is redundant. Option E provides a good balance. Creating the table via the GUI, loading the data via the load data wizard and then granting privileges by the SQL Worksheet is most efficent.