Is there any way to connect MySQL with PostgreSQL, so that MySQL DBMS is used but selecting data that is in PostgreSQL?
Is there any way to connect MySQL with PostgreSQL, so that MySQL DBMS is used but selecting data that is in PostgreSQL?
No. A DBMS, by definition, is where the data is saved in a specific format, and a method of interacting with the data.
You can: