From 40d6b279ad1717061ea30c6e61ceb66cab79ddbe Mon Sep 17 00:00:00 2001 From: vi869632 <104055836+vi869632@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:48:44 +0530 Subject: [PATCH] Update Vinod_Malleshappa_LAB2_Exercise_7.sql --- Vinod_Malleshappa_LAB2_Exercise_7.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Vinod_Malleshappa_LAB2_Exercise_7.sql b/Vinod_Malleshappa_LAB2_Exercise_7.sql index 799f39b..e83b7b9 100644 --- a/Vinod_Malleshappa_LAB2_Exercise_7.sql +++ b/Vinod_Malleshappa_LAB2_Exercise_7.sql @@ -1,5 +1,3 @@ -# Simple Method used to find the Find the most popular programming language - SELECT LANGUAGE.name AS language_name, COUNT(LANGUAGE.name) AS count @@ -12,4 +10,4 @@ GROUP BY ORDER BY count DESC LIMIT - 1 \ No newline at end of file + 1