Watch this video on YouTube
Which of the following SQL statements can replace python variables in Databricks SQL code, when the notebook is set in SQL mode? % python table_name = "sales" schema_name = "bronze" % sql SELECT * FROM ____________________