Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Tsql help - usage of aggregate functions

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles