Question:Which query will you use to count the number of records in a result set?
A Select count(*) as total from students B Select count(amount) as total from students C Select total from students D Select * from students
+ AnswerA
+ Report