Returns the cube root of a nonnegative number x.
x
CBRT( <x> )
SELECT CBRT(27); ┌──────────┐ │ cbrt(27) │ ├──────────┤ │ 3 │ └──────────┘