SQL PRACTICE: SQL SERVER - Find the Maximum, Minimum, and Average Salary
Q10. Write an SQL query to find the maximum, minimum, and average salary of the employees.
N.B: I am using the following:
Database -> MSSQL
SQL Dialect -> T-SQL
Consider below an employment table as a source data.
Select * from employment;
Table 1. Employment Table
Comments
Post a Comment