








Studia grazie alle numerose risorse presenti su Docsity
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
Prepara i tuoi esami
Studia grazie alle numerose risorse presenti su Docsity
Prepara i tuoi esami con i documenti condivisi da studenti come te su Docsity
Trova i documenti specifici per gli esami della tua università
Preparati con lezioni e prove svolte basate sui programmi universitari!
Rispondi a reali domande d’esame e scopri la tua preparazione
Riassumi i tuoi documenti, fagli domande, convertili in quiz e mappe concettuali
Studia con prove svolte, tesine e consigli utili
Togliti ogni dubbio leggendo le risposte alle domande fatte da altri studenti come te
Esplora i documenti più scaricati per gli argomenti di studio più popolari
Ottieni i punti per scaricare
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
An introduction to databases, explaining their purpose, the problems with lists, the benefits of relational databases, and the role of sql in managing and querying databases. It also covers the components of a database system and the differences between personal and enterprise-level systems.
Tipologia: Appunti
1 / 14
Questa pagina non è visibile nell’anteprima
Non perderti parti importanti!









The database is a collection of information organized in related tables of data and definitions of data objects. Data in a database can be easily accessed and manipulated through the computer program. The purpose of a database is:
A relational database stores information in tables. Each informational theme is stored in its own table A relational database will break-up a list into several parts
into a COSTUMER Table, a PROJECT Table and a PRPJECT_MANAGER Table
data redundancy, preserves complex relationships among topics and allows for partial data
solid foundation for creating user interface forms and reports
more complicated than a list
The four components of a database system are:
system (DBMS)
A user of a database system will:
track of information
enter, read, delete and query data
A database management system (DBMS) serves as an intermediary between database applications and the database The DBMS manages and controls database activities The DBMS create, processes and administers the database it controls
Create databases Create tables Create supporting structures Read database data Modify database data (insert, update, delete) Maintain database structures Enforce rules Control concurrency Provide security Perform data backup and recovery
Personal database systems typically:
Enterprise-level database systems typically: