data-engineer-professional video for given the following code block in a notebook db_password = dbutils . secrets . get ( scope = "dev" , key =
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?