Create table
CREATE TABLE `my_table` ( id Uint64, name String, PRIMARY KEY (id) );
Insert values
INSERT INTO `my_t