What does “select count(1) from tab” result?
Answer Posted / indrajeet kumar
SELECT COUNT(1) FROM TAB
RESULT IS 91
| Is This Answer Correct ? | 2 Yes | 17 No |
Post New Answer View All Answers
What is snowflake sql?
what is foreign key? : Sql dba
How do I use google cloud in sql?
How does a covering index work?
Is primary key always clustered index?
How you improve the performance of sql*loader? : aql loader
Why is the cursor important?
How to call shell script from pl sql procedure?
How do I partition a table in sql?
What is materialized view in sql?
What programs use sql?
Write a sql query to find the names of employees that begin with ‘a’?
which types of join is used in sql widely? : Sql dba
How does one use sql*loader to load images, sound clips and documents? : aql loader
When is the explicit cursor used ?