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