Interviewer And Interviewee Guide

LINQ Interview Question:

How can you find average of student marks from student tables (Columns are StudentID, Marks)?

Submitted by: Administrator
(C#)

Public void LinqToSqlAverage()
{
var query = (from p in db. student. Marks).Average();
Console.WriteLine(q);
}
Submitted by: Administrator

Read Online LINQ Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.