Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What command is used to list the partitions on a Delta table named 'courses'?
A
SELECT partitions() from courses;
B
SHOW PARTITIONS ON courses;
C
SELECT get_partitions from courses;
D
SHOW PARTITIONS courses;
E
SELECT partitions from unity_catalog.courses;