SQRT function in SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

SQRT function in SQL

I understand what square root is and how do I get it, but can somebody give me real-life scenario where you're using SQRT() function in SQL query? Like what would be the purpose? Example: SELECT Salary, SQRT(Salary) FROM employees; What would I need it for? Thanks

12th Apr 2020, 7:36 PM
Daniel Kocián
Daniel Kocián - avatar
0 Answers