Question: You are given the table LANGUAGE (ID, NAME, USERS) where the columns represent id numbers, name of the programming language and number of users respectively.

You are given the table LANGUAGE (ID, NAME, USERS) where the columns represent id numbers, name of the programming language and number of users respectively. List the names of languages having more than average number of users. Table: LANGUAGE + --+ | Field | Type | | int | ID (PK) | Name Users | char(20) | | | int --+
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
