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 to revise and re-run the last sql command?
Write a sql query to get the third highest salary of an employee from employee_table?
what is a database transaction? : Sql dba
Should I use mbr or gpt?
What is meant by temporal data?
What is sql partition function?
Explain how exception handling is done in advance pl/sql?
What are the 3 types of behavioral triggers?
What is a data definition language?
Is t sql a programming language?
Inline the values in PL/SQL, what does it mean.?
How to get unique records from a table?
what is the difference between sql and t-sql? : Transact sql
What is the difference between a query and a report?
What is cross join sql?