SQL TUTORIALS-
SQL AVG() Function
Introduction-
SQL AVG() Average Function
-✅SQL AVG() function is used to calculate the average value of a numeric column in a database table...
| ID | Name | Department | Salary | Location |
|---|---|---|---|---|
| 1 | ANNI | IT | 10000 | PUNE |
| 2 | SUJAN | HR | 8000 | MUMBAI |
| 3 | BOULT | SALES | 5000 | DELHI |