There is an odd mix of `snake_case` (`table_name`, etc) and `camelCase` (`fetchAll`, `nameList`, etc) going on in the code.
There is an odd mix of
snake_case(table_name, etc) andcamelCase(fetchAll,nameList, etc) going on in the code.