Returns the cubic-root of a non-negative numeric expression.
CBRT(<val>);
<val>
SELECT CBRT(8);
Returns: 2
2