Quiz: Apache Cassandra Data Types
Assess your understanding of the various data types offered by Apache Cassandra.
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
Get hands-on with 1300+ tech skills courses.