What is a composite key in Cassandra?
- A key formed by combining multiple columns
- A key formed by hashing
- Foreign key linking two tables
- Primary key of a table
In Cassandra, a composite key is formed by combining multiple columns. This key allows for more complex and flexible data modeling by including multiple attributes in the primary key.
Loading...
Related Quiz
- Which SQL keyword is used to retrieve data from a database?
- In OAuth 2.0, the _______ grant type is commonly used for server-to-server communication.
- When resolving conflicts in Git, the modified files must be _______ before committing.
- During a code review, you encounter a disagreement between team members regarding the implementation of a feature. How would you facilitate resolution while maintaining a constructive atmosphere?
- _______ involves making changes or enhancements to existing software to meet evolving user needs or address issues.