Which of the following statements correctly tests if the number of rows in a table equals 10 in Python, using the provided code snippet: `row_count = spark.sql('select count(*) from table').collect()[0][0]`? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz