The examples were created with the MyWAY SQL manager: Download
How to use the SQRT() function in MySQL and MariaDB databases
The SQRT() function in MySQL and MariaDB can be useful in various mathematical calculations, especially when it comes to finding the length of sides or calculating distances in geometry or physics. The function is commonly used in scientific, engineering, and financial applications. The SQRT() function only returns the positive square root of a value.