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 

+ Answer
+ Report
Total Preview: 593

Copyright © 2025. Powered by Intellect Software Ltd