databases
Table of Contents
Secondo Wikipedia un database è «una collezione di dati organizzati immagazzinata e accessibile per via elettronica»According to Wikipedia a database is «an organized collection of data or a type of data store based on the use of a database management system».
Un database è composto da tabelle, che organizzano i dati in righe, ognuna contenente un certo item, di cui possono venir descritte certe caratteristiche, base a dei campi prestabiliti. Ad esempio una tabelle di impiegati di una azienda avrà come items (corrispondenti alle righe della tabelle) gli stessi impiegati, di ognuno dei quali verranno immagazzinati i dati nei campi cognome, nome, età, indirizzo, mansioneA database is composed of tables, which organize the data into rows, each containing a certain item, of which certain characteristics can be described, based on predetermined fields. For example, a table of employees of a company will have as items (corresponding to the rows of the tables) the same employees, of each of whom the data will be stored in the surname, name, age, address, job fields..
In questo senso un database, nella sua struttura essenziale è molto simile a un foglio di calcolo: si tratta di tabelle. Solo che mentre in un un foglio di calcolo i dati contenuti in una tabella sono di tipo numerico, e si prestano così ad essere elaborati in base ad operazioni matematiche, in un database i dati sono per lo più di tipo testuale, sono del testo, anche se si tratta di porzioni di testo molto più brevi di quelle presenti in un file di videoscrittura, e si tratta di dati organizzati in maniera “rigida”, così da permetterne poi una facile elaborazioneIn this sense, a database, in its essential structure, is very similar to a spreadsheet: it is a matter of tables. Except that while in a spreadsheet the data contained in a table are numeric, and thus lend themselves to being processed on the basis of mathematical operations, in a database the data are mostly textual, they are text, even if they are much shorter portions of text than those present in a word processing file, and it is data organized in a “rigid” way, to allow them to be easily processed.