This is a dedicated watch page for a single video.
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?