Data and Database Fundamentals Flashcards
What data formats are commonly used in document databases?
JSON and XML
What is a primary key in a database?
A unique identifier for each record
Why is it important to back up personal data files?
They are difficult or impossible to recreate
What is non-structured data?
Data that doesn’t have a clear order or pattern
In a one-to-one relationship, how many records in one table are associated with records in another table?
One record in one table is associated with only one record in another table
What does a system backup usually involve?
Creating a fully bootable disk image
What is the main purpose of a physical data model?
To show how to set up a database using a specific database management system
What is a database schema?
The architecture of how a database is structured and organized
What is a report in a database?
A summary of data
Which type of data model includes primary keys and foreign keys?
Logical Data Model
Which type of database allows users to access it over the Internet?
Online database
What do we call the vertical columns in a database?
Fields
What should you do to test if your backups are working properly?
Check the backup media for errors
What is one downside of cloud backups?
They require a lot of network bandwidth.
What does RDBMS stand for?
Relational Database Management System
What does scalability in a database mean?
The ability to handle a large amount of data efficiently
What is a query in a database?
A request for data
What is a flat file system?
Another name for a spreadsheet.
What does a NOT NULL constraint do?
Ensures a field must have a value
What is a document database?
A type of non-relational database
What is a database schema?
The architecture of how a database is structured and organized
What data formats are commonly used in document databases?
JSON and XML
What does a conceptual data model focus on?
High-level ideas
What is the main purpose of a physical data model?
To show how to set up a database using a specific database management system