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?
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?
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.
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
Leggi altre domande sui tag relational-database