From b091aec1576882ec6ce6b89891fc744e4af08905 Mon Sep 17 00:00:00 2001 From: Sriparno Roy Date: Fri, 23 May 2025 13:17:42 +0530 Subject: [PATCH] [Edit] SQL: SQRT() --- content/sql/concepts/math-functions/terms/sqrt/sqrt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sql/concepts/math-functions/terms/sqrt/sqrt.md b/content/sql/concepts/math-functions/terms/sqrt/sqrt.md index 4bf3d1a57d7..d02f0ca568e 100644 --- a/content/sql/concepts/math-functions/terms/sqrt/sqrt.md +++ b/content/sql/concepts/math-functions/terms/sqrt/sqrt.md @@ -1,6 +1,6 @@ --- Title: 'SQRT()' -Description: 'Returns the square root of a given number.' +Description: 'Computes the non-negative root that, when squared, equals the input value.' Subjects: - 'Computer Science' - 'Data Science'