Answer Posted / harish
EXTENTS ARE CONTIGIOUS MEMORY ALLOCATIONS
FOR SEQUENTIAL 16 EXTENTS ARE POSSIBLE AND FOR VSAM 123
EXTENS ARE POSSIBLE..........
pls let me know if ANY OTHER ANSWERS.
HARISH POOMGAME SHIVAPPA
NIIT TECHNOLOGY
KOLKATA
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How would you find out the total number of rows in a db2 table?
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
What are bind parameters in db2?
What are packages in db2?
What is runstats db2?
What is the maximum number of columns in a db2 table?
What is database alias db2?
What is netezza database?
Which component is responsible for processing sql statements and selecting access paths?
what is the role of the cursor in db2?
Can we update view in db2?
What is db2 and what is the use of db2 optimizer?
Which are the db2 tools to protect integrity of the database?
How do I delete a column in db2?
What is schema in db2?