Using Apache Impala with Apache KuduPDF version

Inserting a row

The syntax for inserting one or more rows using Impala is shown below:

INSERT INTO my_first_table VALUES (99, "sarah");
INSERT INTO my_first_table VALUES (1, "john"), (2, "jane"), (3, "jim");

The primary key must not be null.

We want your opinion

How can we improve this page?

What kind of feedback do you have?