Limit will retrieve the first <number specified> rows of the query.
for example, if my query normally would return: apple, orange, pear, banana
then if i limit 2, it will return: apple, orange
i'm just explaining limit, i haven't read all this code exchange between you and bdl yet
