Given the following code block in a databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-professional video for given the following code block in a notebook db_password = dbutils . secrets . get ( scope = "dev" , key =

Full Certification Question

Given the following code block in a notebook db_password = dbutils . secrets . get ( scope = "dev" , key = "database_password" ) print ( db_password ) Which statement describes what will happen when the above code is executed?