• Basic Setup
  • Create table query
  • Simple query for Insert rows - entire row
  • Simple query for Insert rows - specific columns only
  • Using prepared statements for the inserts mentioned above
  • Reading results from table
  • Using prepared statements for the above read query