I have a simple database called mydb. I am trying to retrieve data from a table in the database called SN_data. I am trying to retrieve a serial number (long int) from SN where ID = 1. I can find the record but cannot display the data. Is there a simple example that demonstrates retrieving data?