Answers for "sql get the percentage of a value in the table"

SQL
0

calculate percentage in sql

SELECT SUM(MARKS)*100/COUNT(MARKS) FROM STUDENT_MARKS
Posted by: Guest on June-04-2021

Code answers related to "sql get the percentage of a value in the table"

Code answers related to "SQL"

Browse Popular Code Answers by Language