Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Care este sintaxa corectă pentru a calcula media valorilor din coloana "Pret" a tabelului "Produse"?
SELECT COUNT(Pret) FROM Produse
SELECT SUM(Pret) FROM Produse
SELECT AVG(Pret) FROM Produse
SELECT Average(Pret) FROM Produse
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!