I had created a table; however, every time I insert a row the data does not show up in the order I inserted, any reasons why?
For example,
I inserted rep 20 with all its needed info and so forth, then rep 30, and rep 40.
But the order comes out like this
30
40
20
as opposed to
20
30
40
Thanks in advance.