I have the following tables
-> app(id_app, nome_app)
-> category(id_category, nome_category, total_apps)
-> app_category(id_app_fk, id_category_fk)
What I want to do is that whenever I add data to the table "app_category" it checks...
asked by
05.08.2015 / 02:49