deklaratívnych
Deklaratívnych is a Czech word that translates to "declarative" in English. In computer science, a declarative programming paradigm is a style of building the structure and elements of computer programs that expresses the logic of a computation without describing its control flow. This contrasts with imperative programming, which describes how a program operates step-by-step.
Declarative programming focuses on what the program should accomplish rather than how it should accomplish it.
In SQL, for instance, a user declares what data they want to retrieve, and the database system