SQLite Syntax
SQLite Syntax Rules for using SQLite Commands: Some SQLite commands are case sensitive. Comments in SQLite cannot be nested. Comments can be represented with two consecutive “-” characters or appears with “/*” and “*/” character pair. SQLite Statements: All the SQLite statement ends with a semicolon (;). Below is a list of the SQLite … Read more