MySQL

MySQL Examples and Tutorials

MySQL EXP() – How to find the power of the exponential constant e in MySQL?

In this tutorial, we will learn about the MySQL EXP() function. While studying maths, you must have come across the exponential constant e. The exponential constant, given by the symbol e, is an important mathematical constant whose value is approximately 2.718. It is the base of natural logarithms. The exponential constant finds applications in maths …

MySQL EXP() – How to find the power of the exponential constant e in MySQL? Read More »

MySQL ROUND() and TRUNCATE()

In this tutorial, we will study about the MySQL ROUND() and MySQL TRUNCATE() functions. You must have studied rounding off to a certain decimal place while studying high school maths. Since it is such a common mathematical operation, MySQL provides us with the ROUND() function. The MySQL ROUND() function is used to round off a …

MySQL ROUND() and TRUNCATE() Read More »