sql power function code example Example: sql power function SELECT POWER(number, 3) AS third_power FROM data;