are there is a possibility to communicate Application arduino with a database?
In general - it's possible. But what kind of database you are talking about?
I like to connect to a remote MySQL database using PHP/HTML endpoints. Then use HTTP requests on the Arduino to hit the endpoints.
It basically makes it like any web app using REST.