What is the output of the following qury?
SELECT EnrollmentDate, COUNT(*) AS StudentCount
FROM Person
WHERE EnrollmentDate IS NOT NULL

 Posted by Kmandapalli on 1/22/2014 | Category: LINQ Interview questions | Views: 13015 | Points: 40
Select from following answers:
  1. EnrollmentDate, StudentCount
  2. Count
  3. Error
  4. EnrollmentDate
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response