I am trying to insert a Collection of Strings while looping into a table in MySQL using PreparedStatement.
Categories table contains ID (AUTOINCREMENT) and NAME.
<