Module 01b - Components of a Database System Flashcards
What are the components of a Database System with SQL
Applications DBMS Database
What are applications (as a DB component)
Are the computer programs that users work with
What is a DBMS
Database Management Systems, that creates, processes, and administers databases
What is SQL
Structure Query Language, is a internationally recognized standard database language that is used by all commercial DBMSs.
Which functions of the applications have?
* Create and process forms * Process user queries * Create and process reports * Execute application logic * Control application
Which the functions the DBMSs have
*Create database and tables *Create supporting structures (e.g., indexes) *Read database data *Modify database data *Maintain database structures *Enforce rules *Control concurrency *Provide security *Perform backup and recovery
Which are the parts of a database
*Tables of user data *Metadata *Indexes *Stored procedures *Triggers *Security data Backup/Recovery data
What is the purpose of a database
Help people to track thing of interest to them
Where data are stored
Into tables, which have rows and columns like a spreadsheet.