Suppose, we are creating one table. at that time we are
mention table space and size category.
Generally size category is from 0 to 6 is available. suppose
if we are declare size category as 0(zero).
For 0 (zero) the size of rows is from 0(zero) to 19000. I
have 25000 records to insert into table. but table size is
declared as 0(zero). i.e 19000 records. what about remaining
6000 records. shall i insert in to table or not?
if insert how can i do? if not insert what can i do? Please
answer me? i faced this one in TCS interview.
Answer Posted / bighnaraj
It will create another extent . suppose the primary extent
contain the 19000 record and the next extent or secondary
extent contain the remaining 6000 record . Its created
automatecally by the RDMS. ok
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How to select valid lines for secondary list?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What was the requirement of IDoc in your project? How it was working?
In select-options, how to get the default values as current month first date and last date by default?
Name some system global variables you can use in abap programs?
5) How to rereive text elements in SF and script?
What are critical issues you have faced in your project
What is full form of bdc session? : abap bdc
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What is the Difference between At Line selection and At user-command?
Define subtype ? : abap hr
What are the update types possible?
What is the difference between rfc and bapi function modules? : abap bdc
What is delivery class? : abap data dictionary
How do you Export a session ?