In my company, I have a main database that contains all the data. I want to create another database that only includes rows where a particular field is not empty. To achieve this, I thought of synchronizing the two databases and, for this purpose, I ...