Where I Can See Sqllite data submitted by user

suppose i have used sqllite as database.
when a user submit data where this data store and how can i see submitted recored

Make a Select ( Raw Query or Single SQL block ) on your table, use the After query block and place the records in a listview.