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
How can you load microsoft excel data into oracle? : aql loader
What do you mean by stored procedures?
Can we use ddl commands in pl sql?
Why function is used in sql?
What is a field in a database?
How to pipe multiline string to isql?
What is the difference between join and natural join?
what are the differences between require and include, include_once and require_once? : Sql dba
What operating systems are supported by oracle sql developer?
what is a view? : Sql dba
What is the use of <> sql?
What is a sql schema used for?
Explain the structure of pl/sql in brief.
Can you selectively load only those records that you need? : aql loader
What is a table partition?