Hi All,
I need a suggestion for creating table, the purpose of table creation is each record will have a group of numbers as in the example below. the number range may be more than 25. If we are maintaining table For example if we create a record, and if that record has number range of 50(ie numbers from 1 - 50), and first 4 fields are primary keys. then how to maintain records.
Will creation of pooled or cluster tables surve the purpose ( I mean to say that treating a field as table). or shall I maintain a field for number range and separate the numbers with coma (,)
zheat kdauf kdpos zgrade 1
2
3
4
5
6
Please suggest me
Thanks in Advance