If I have started and completed my app using mysql and then suppose I have to use postgre in that application, does I have to make any changes in my code or all will works fine without any changes?
Also one another question is that I have a database having no relations means no foreign keys then can I write the queries having multiple joins?