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
0 Respuestas