Answer :
Answer:
C
Explanation:
Count function by default will give all the records including null
example:
select count(*) from employee
Answer is C
Answer:
C
Explanation:
Count function by default will give all the records including null
example:
select count(*) from employee
Answer is C