Che cosa implica la parola relazionale in "Database relazionale"?

3

Ho provato a cercare ma non ho ricevuto alcuna informazione utile.

Che cosa significa la parola "Relazionale" qui? Le tabelle sono legate l'una all'altra proprio come le entità della vita reale o significa qualcos'altro?

    
posta Shamim Hafiz 20.04.2011 - 08:18
fonte

3 risposte

4

Da Wikipedia :

A relational database matches data by using common characteristics found within the data set. The resulting groups of data are organized and are much easier for many people to understand.

e più in basso:

A relation is defined as a set of tuples that have the same attributes. A tuple usually represents an object and information about that object. Objects are typically physical objects or concepts. A relation is usually described as a table, which is organized into rows and columns. All the data referenced by an attribute are in the same domain and conform to the same constraints.

Le tabelle sono collegate tra loro da attributi comuni che possono essere utilizzati per formare query più complesse per estrarre i dati.

    
risposta data 20.04.2011 - 08:25
fonte
9

La parola relazionale deriva da link che è stata inventata da E.F. Codd. I database SQL e relazionali sono nati come un tentativo di rendere pratiche le idee di Codd.

    
risposta data 20.04.2011 - 08:45
fonte
6

Una relazione è una tabella nel contesto del database.

A relation is a data structure which consists of a heading and an unordered set of tuples which share the same type. --Wikipedia

Riguarda in che modo i dati sono correlati al nome e al tipo di colonna rispetto al modo in cui le chiavi sono correlate a chiavi esterne.

For example, a data set containing all the real-estate transactions in a town can be grouped by the year each transaction occurred, the sale price, a buyer's last name and so on. Such a grouping uses the relational model (a technical term for this is schema). Hence, such a database is called a "relational database." --Wikipedia

    
risposta data 20.04.2011 - 08:25
fonte

Leggi altre domande sui tag