Is there any way to store variable length list into database in SQL or any other database engine ??
Here list means no. of elements in the array. For e.g. an array of numbers.
But in my actual application things to be stored are objects and hence cannot be stored simply as comma separated list.