Write a PostgreSQL query to calculate the expression 171*214+625.
SELECT 171*214+625 Result;
Output:
pg_exercises=# SELECT 171*214+625 Result; result -------- 37219 (1 row)
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Output:
need an explanation for this answer? contact us directly to get an explanation for this answer