Glossary (Filter)
A small set of terms that show up when you work through tables, queries, export, and comparison tasks.
- schema
- The structure of tables, columns, types, and constraints in a database.
- collation
- Rules for sorting and comparing strings, including case sensitivity.
- index
- A structure that accelerates lookups and often changes the query plan.
- foreign key
- A constraint that links rows between tables to maintain relationships.
- transaction
- A group of changes treated as a single unit of work that can be committed or rolled back.
- query plan
- How the database intends to execute a query, including joins and index usage.
- result set
- The rows returned by a query, typically shown in a grid for review.
- delimiter
- A character sequence that separates statements or fields in exported text.
- charset
- A character encoding used to store text, which impacts export and comparisons.
- diff
- A representation of changes between two versions of schema or data.