Q:

Write a PostgreSQL query to calculate the expression 171*214+625

0

 Write a PostgreSQL query to calculate the expression 171*214+625.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

SELECT 171*214+625 Result;

Output:

pg_exercises=# SELECT 171*214+625 Result;
 result
--------
  37219
(1 row)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now