
Ultimate access to all questions.
When working with SQL data transformations, which keyword is used specifically for converting a table from a long (tall) format, where each row represents a single observation, to a wide format, where each row contains multiple observations split across columns?
A
TRANSFORM
B
PIVOT
C
SUM
D
CONVERT
E
WHERE