Sample sql syntax

see this url if it helps


inSERT INTO "table_name" 
    ("column1", "column2", ...)
    VALUES ("value1", "value2", ...)