I am new to iPhone development. I want to insert certain data into my database and retrieve it
and display it in a table. I have created Database data.sqlite
wi
If you're really interested in learning how to use SQLite to manage data in an iPhone app, I would recommend you to complete the following tutorial, as it's a very good introduction:
iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1
The tutorial handles Selecting, Updating, Inserting and Deleting data in an iPhone app, using SQLite.