How many types of Standard Internal Tables?

Showing Answers 1 - 1 of 1 Answers

SUN

  • Sep 13th, 2005
 

                                                                    
   -  STANDARD TABLE:                                               
      The key is, by default, set to NON-UNIQUE. You may not use    
      the UNIQUE addition.                                          
                                                                    
   -  SORTED TABLE:                                                 
      Unlike stadard tables, sorted table have no default setting   
      for the uniqueness attribute. If you do not specify either    
      UNIQUE or NON-UNIQUE, the system defines a generic table      
      type, where uniqueness is irrelevant. You can use generic     
      types to specify the type of generic subroutine parameters.   
                                                                    
   -  HASHED TABLE:                                                 
      Hashed tables have no default setting. You must use the       
      UNIQUE addition with hashed tables. You may not use           
      NON-UNIQUE.                                                   
                                                                    
                                     

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions