08.02 - Database Management Systems (DBMSs) Flashcards
Database management system (DBMS)
Systems 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 data modification
Query processor
Feature of a DBMS that processes and executes queries written in structured query language (SQL)