Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. A database management system used to maintain relational databases is a relational database management system (RDBMS). Many relational database systems are equipped with the option of using SQL (Structured Query Language) for querying and updating the database.

  2. it.wikipedia.org › wiki › MySQLMySQL - Wikipedia

    MySQL o Oracle MySQL (/maɪ ˌɛskjuːˈɛl/ "My S-Q-L") [1] è un relational database management system (RDBMS) composto da un client a riga di comando e un server.

  3. Cos'è un database relazionale (RDBMS)? Un database relazionale è un tipo di database di archiviazione che fornisce accesso a data points correlati tra loro. I database relazionali sono basati sul modello relazionale, un modo intuitivo e diretto di rappresentare i dati nelle tabelle.

  4. A relational database is a type of database that organizes data into rows and columns, which collectively form a table where the data points are related to each other. Data is typically structured across multiple tables, which can be joined together via a primary key or a foreign key.

  5. A relational database (RDB) is a way of structuring information in tables, rows, and columns. An RDB has the ability to establish links—or relationships–between information by joining tables,...

  6. en.wikipedia.org › wiki › SQLSQL - Wikipedia

    Structured Query Language (SQL) (pronounced S-Q-L; historically "sequel") is a domain-specific language used to manage data, especially in a relational database management system (RDBMS). It is particularly useful in handling structured data , i.e., data incorporating relations among entities and variables.