I want to fetch the 10th row of a table which has been
changed.How can I do it without going thru all the rows.
Answer Posted / satish.klnm
exec sql
select * from table222 where count(*) > 9
end-exec.
Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
What is dbrm? What it contains?
is it compulsory commitment control in journal?
What is dbrm library?
How do you concatenate the firstname and lastname from emp table to give a complete name?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is load utility in db2?
Explain the function of data manager.
Where do you specify them?
What is lock escalation in db2?
What is phantom read in db2?
Highlight all the advantages that are attached to a package.
My sql statement select avg(salary) from emp yields inaccurate results. Why?
what is the responsibility of the construction superintendent
What is view db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?