To find the cube root of ant given number in PostgreSQL, you can use the CBRT() function.

BY Best Interview Question ON 19 Jun 2020

Example

SELECT cbrt(729) AS "Cube Root";
Output - 9