cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

PrivilegesSELECT: gives read access to an object.CREATE: gives ability to create an object (for example, a table in a schema).MODIFY: gives ability to...

Rishabh264
Honored Contributor II

Privileges

  • SELECT
  • : gives read access to an object.
  • CREATE
  • : gives ability to create an object (for example, a table in a schema).
  • MODIFY
  • : gives ability to add, delete, and modify data to or from an object.
  • USAGE
  • : does not give any abilities, but is an additional requirement to perform any action on a schema object.
  • READ_METADATA
  • : gives ability to view an object and its metadata.
  • CREATE_NAMED_FUNCTION
  • : gives ability to create a named UDF in an existing catalog or schema.
  • MODIFY_CLASSPATH
  • : gives ability to add files to the Spark class path.
  • ALL PRIVILEGES
  • : gives all privileges (is translated into all the above privileges).

1 REPLY 1

Aviral-Bhardwaj
Esteemed Contributor III

thanks sir

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.