Method ADT.Table.table()->limit()
- Method
limit
 this_programlimit(intn)- Description
 This method truncates the table to the first
nrows and returns a new object.
this_program limit(int n)
This method truncates the table to the first n rows and returns
 a new object.