Question when should create a new column when using MIN, AVG, or SQRT | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Question when should create a new column when using MIN, AVG, or SQRT

Why the example when using MIN, you need to create a new column SELECT MIN(Salary) AS Salary FROM employees; and you don't need to write "as salary" when using AVG

3rd Jan 2018, 3:43 PM
Addison Ji
Addison Ji - avatar
0 Resposta