Hi,
I have student marks table. I am calculating Total marks and Avg marks per student.
How can I get the same output using built in functions using SUM() and AVG() functions ?
CREATE TABLE Student_Marks(
stud
I have student marks table. I am calculating Total marks and Avg marks per student.
How can I get the same output using built in functions using SUM() and AVG() functions ?
CREATE TABLE Student_Marks(
stud