data-engineer-associate video for which of the following statements can be used to test the functionality of code to test number of rows in the table equal to
Which of the following statements can be used to test the functionality of code to test number of rows in the table equal to 10 in python? row_count = spark.sql("select count(*) from table").collect()[0][0]