What does “select count(*) from tab” result?
Answer Posted / brajesh kr.
select count(1) from table. will return values without null
values. count(*) will return values aceept null also.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Does view contain data?
What are dml commands?
What is dense_rank?
What is sql engine in oracle?
In a distributed database system, can we execute two queries simultaneously?
Is null operator in sql?
Is sqlite good enough for production?
How do I edit a trigger in sql developer?
What is index example?
how can we submit a form without a submit button? : Sql dba
How many subqueries can be nested in a statement?
What kind of join is join?
What is on delete restrict?
What does over partition by mean in sql?
Define join and name different types of joins?