In Cassandra database, below is the table schema:
CREATE TABLE IF NOT EXISTS my_info ( my_id UUID, age int, name string, PRIMARY KEY (my_i