A.  select count(*) from table_name

B.  select * from table_name

C.  select count * from table_name

D.  select (count)* from table_name

1
Correct Answer :
select count(*) from table_name
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python