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
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
define clustering index.
What is null indicator in db2?
What is reorg?
What parameters are used to control the free space in DB2?
How to execute stored procedure in db2 command editor?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
How do you pull up a query which was previously saved in qmf?
What is bind plan?
How to retrieve rows from a db2 table in embedded sql?
What is a page in db2?
What is a bind card?
If I have a view which is a join of two or more tables, can this view be updateable?
What is buffer pool?
How do I import a csv file into db2?