Bash, the Crucial Exams Chat Bot
AI Bot

Database Structures and Querying  Flashcards

CompTIA DataX DY0-001 (V1) Flashcards

FrontBack
What are database constraintsRules enforced on data to ensure accuracy and consistency.
What character is typically used to denote wildcards in SQL LIKE queries%.
What does SQL DISTINCT keyword doRemoves duplicate values in the result set.
What does SQL stand forStructured Query Language.
What does the SQL clause WHERE doFilters records based on a specified condition.
What does the SQL command DELETE doRemoves data from a table.
What does the SQL command INSERT doAdds new rows to a table.
What does the SQL command SELECT doRetrieves data from a table.
What does the SQL command UPDATE doModifies existing data in a table.
What does the SQL GROUP BY clause doAggregates data based on specified columns.
What does the SQL HAVING clause doApplies conditions to groups created by GROUP BY.
What is a composite key in a databaseA key consisting of two or more columns that uniquely identify a record.
What is a data warehouseA central repository for storing large volumes of business data for analysis.
What is a foreign key in a databaseA field in one table that links to the primary key in another table.
What is a non-relational databaseA database that stores data in formats other than tables, such as documents or key-value pairs.
What is a normalized databaseA database structured to reduce redundancy and improve data integrity.
What is a primary key in a databaseA unique identifier for a record in a table.
What is a stored procedure in SQLA set of SQL statements stored in the database to perform a specific task.
What is ACID compliance in databasesEnsures Atomicity, Consistency, Isolation, and Durability for transactions.
What is database denormalizationAdding redundancy to a database for performance improvement.
What is the difference between INNER JOIN and OUTER JOININNER JOIN retrieves matching rows from both tables; OUTER JOIN retrieves matching rows plus non-matching rows from one or both tables.
What is the difference between OLTP and OLAPOLTP handles transaction-focused tasks; OLAP is used for analytics and complex queries.
What is the difference between structured data and unstructured dataStructured data is organized in tables; unstructured data lacks a pre-defined format.
What is the purpose of a transaction in a databaseEnsures that a sequence of operations is completed entirely or not at all.
What is the purpose of an index in a databaseTo speed up the retrieval of data.
What is the purpose of database schemasDefine the structure and rules of data storage within a database.
This deck focuses on database design, data querying using SQL, and understanding relational and non-relational database systems.
Share on...
Follow us on...