In database management, what is cardinality, and how does it impact query optimization?

  • The number of rows in a table
  • The relationship between tables
  • The size of the database
  • The uniqueness of values in a column
Cardinality in database management refers to the relationship between tables. It impacts query optimization by influencing the choice of join algorithms and the order in which tables are accessed, crucial for performance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *