lThe ResultSet object contains all of the rows that satisfied the condition in the SQL stmt
lThe next()
method is used to move to the next row
lAccess to the
data in a row can be obtained through the getXXX()
where XXX is Int, Float, etc.
lOr, getXXX(Z)
where Z is the column number