How can we define a table? How can we apply SEARCH ALL on it ?
Answer / rana
If u are asking about COBOL internal tables then it can be
defined with occurs clause.
SEARCH ALL is the binary search in COBOL with only one WHEN
Condition. Remember to declare the table with INDEX if you
want to apply SEARCH ALL on it.
| Is This Answer Correct ? | 7 Yes | 0 No |
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What are the disadvantages of PAGE level lock?
What is an instance database?
What do you do to keep the cursor from closing after a commit?
What is a lock?
What are catalog tables in db2?
What is the difference between cursor stability and repeatable read isolation levels?
How would the varchar column remarks defined?
What is pagespace?
how to check the table is empty or not?
Mention data types used in db2 ?
List out the buffer pools in db2