8.2 Database management systems (DBMSs) Flashcards
Database management systems (DBMSs)
system software for the definition, creation and manipulation of a database
Data management
the organisation and maintenance of data in a database to provide the information required
Data dictionary
a set of data that contains metadata (data about other data) for a database
Data modelling
the analysis and definition of the data structures required in a database and to produce a data model
Logical schema
a data model for a specific database that is independent of the DBMS used to build that database
Access rights (database)
the permissions given to database users to access, modify or delete data
Developer interface
feature of a DBMS that provides developers with the commands required for definition, creation and manipulation of a database
Structured query language (SQL)
the standard query language used with relational databases for data definition and modification
Query processor
feature of a DBMS that processes and executes queries written in structured query language (SQL)