Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

Basic SELECT statement: Calculate the specified number

MySQL Basic Select Statement: Exercise-13 with Solution

Write a query to calculate 171*214+625.

SELECT 171*214+625 Result;

Pictorial Presentation of the above query


Result :


MySQL Code Editor:

Have another way to solve this solution? Contribute your code (and comments) through Disqus.

Previous: Write a query to get the first three characters of first name of all employees.
Next: Write a query to get the name (for example Ellen Abel, Sundar Ande etc.) of all the employees from employees table.

What is the difficulty level of this exercise?