Answer Posted / shravan kumar.p
no need..
select count(*) from the emp.
it will give the total no of rows in a table..
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the clustering index in the db2 database?
How does cobol compile db2 program?
How can deadlocks be resolved?
How to rename a table in DB2 ?
Define db2 and its databases?
How to fetch the last row from the table in SQL (db2)?
What is null indicator in db2?
What are the two types of logging in the db2 database? Explain them.
When do you specify the isolation level?
How to connect to db2 database from windows command line?
Why cursor is used in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
How to find the maximum value in a column in the db2 database?
What is the usage of open cursor command?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?