Skip to content

Commit

Permalink
Update Vinod_Malleshappa_LAB2_Exercise_7.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
VinodMalleshappa authored Aug 25, 2022
1 parent 6868d74 commit 40d6b27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Vinod_Malleshappa_LAB2_Exercise_7.sql
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,4 +10,4 @@ GROUP BY
ORDER BY
count DESC
LIMIT
1
1

0 comments on commit 40d6b27

Please sign in to comment.