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


Please Help Members By Posting Answers For Below Questions

Define dispatcher?

820


Explain the difference between function group and function module?

564


How to create a check box/option button in a list?

2458


Where are you used type casting?

908


What are the different kinds of lock modes?

563






What are the disadvantages of different types of bdc's?

618


What is the collect statement? How is it different from append?

519


Some Realtime Examples on Exits .

1722


What is locking ?

602


PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'

3695


What is the difference between a pool table and a transparent table?

540


Explain what is the difference between sy-tabix and sy-index? Where it is used?

558


A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

670


What are the differences between se01, se09 and se10?

531


What happens if a function module runs in an update task? : abap modularization

591