Quiz: Apache Cassandra Data Types
Assess your understanding of the various data types offered by Apache Cassandra.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
(True or False) The following table can be successfully created in Cassandra.
CREATE TABLE users_stats (
id int PRIMARY KEY,
name text,
views counter,
likes counter);
A.
Yes
B.
No
1 / 10
...