How to use floor() function in MySQL8 ?

With MySQL, we can do complex calculations very easily with the help of inbuilt mathematical functions. FLOOR(X) returns the largest integer value not greater than X. Now let’s start with...