Which of the following statements can be databricks video

 ·  PT1H46M27S  ·  EN

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

Full Certification Question

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]