Q4. How will you get the count of record without using COUNT verb in query?
Answer Posted / ganesh
select row_number()over() from table_name
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Which component is responsible for processing sql statements and selecting access paths?
What are the bind parameters ibm db2?
Is db2 relational database?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What does runstats do in db2?
How to create backup table in db2?
What is buffer pool and list some of them?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What are the uses of db2 optimizer?
What are db2 objects?
define clustering index.
How do you select a row using indexes in db2?
How can we retrieve the total number of records in RPG & CLLE?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Name the lockable units in DB2?