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
What is the left table in sql?
Can we commit in trigger?
what is “go” in t-sql? : Transact sql
how is myisam table stored? : Sql dba
What are the packages in pl sql?
Can you inner join the same table?
what are set operators in sql? : Sql dba
Explain the steps needed to create the scheduled job?
What do you understand by pl/sql records?
What do you mean by stored procedures?
How do you update a sql procedure?
What are triggers and its uses?
How sql query is executed?
What is pl sql variable?
What is the difference between view and stored procedure?