OK, you've posted this several times so I'll bite.
First. when you retrieve data from a database, you retreive the rows of data containing the columns that you have asked for in the SQL statement. In the SQL statement, you can include a WHERE clause which filters the rows of data based upon some criteria.
What do you mean by ordinal number?