
Ultimate access to all questions.
What is the correct method to query specific partitions in a BigQuery table?
A
Use the DAY column in the WHERE clause
B
Use DATE BETWEEN in the WHERE clause
C
Use the EXTRACT(DAY) clause
D
Use the __PARTITIONTIME pseudo-column in the WHERE clause