relazionale
Relazionale is an Italian adjective meaning pertaining to relations. In information technology, the term denotes approaches that organize data into relations, primarily the relational model introduced by E. F. Codd in 1970 and the databases built on it (database relazionale).
In the relational model, data are stored in relations or tables, composed of rows (tuples) and columns
Querying relational data is typically done using SQL, which implements relational algebra operations such as select,
In mathematics, relation refers to a subset of a Cartesian product, with properties like reflexivity, symmetry,
Today the relational paradigm remains foundational in data management, though non-relational or NoSQL models have emerged