...

/

Quiz: Apache Cassandra Data Types

Quiz: Apache Cassandra Data Types

Assess your understanding of the various data types offered by Apache Cassandra.

We'll cover the following...
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

Question 1 of 100 attempted
...