Database intro Flashcards
1
Q
Database
A
Collection of logically related data for a particular domain
2
Q
Database management system
A
Software designed for the creation and management of databases
3
Q
Data definition language language
A
Allows the user to create data structures in the data model used by the database
4
Q
Schema
A
Description of the structure of the database and is maintained and stored in the system catalog. The schema is metadata
5
Q
DDL vs DML
A
DDL allows user to create data structures in the data model used by the database whereas DML gives the user access to the data once the database has been created using DDL
6
Q
Data model
A
Collection of concepts that is used to describe the structure of a database