A database is used instead of a spreadsheet when ________.
Click the card to flip 👆
1 / 20
Terms in this set (20)
A primary key in a database is a ________.column or group of columns that identifies a unique row in a tableMaria creates a relational database to keep track of cars in her repair shop. She stores information about each car in the "vehicle" table, and creates a column labeled "vehicle_ID" where she stores the vehicle VIN number. The "vehicle_ID" column is referred to as a ________.primary keyColumns that are keys to different tables than the ones in which they reside are called ________.foreign keysRelational databases represent relationships using ________.foreign keysMetadata is/are ________.data that describes dataA(n) ________ is a program used to create, process, and administer a database.database management systemWhich of the following is an example of a database management system?AccessIdentify an open source DBMS product.MySQLWhich of the following is true of MySQL?It is license-free for most applications.The modification or deletion of data in a database is an example of ________ operations of a database management system.processing