I am trying to find the average of data and Floor the results. How would you use AVG and FLOOR function together? This is the SQL code I used to find the Average SELECT AVG(CONDO_FEE) FROM CONDO_UNIT;...


I am trying to find the average of data and Floor the results. How would you use AVG and FLOOR function together?


This is the SQL code I used to find the Average



SELECT AVG(CONDO_FEE)



FROM CONDO_UNIT;


and the results was



426.785714285714285714285714285714285714


I need to use the FLOOR function to just make the answer 426.




Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here