Google News
logo
SQLite - Interview Questions
List out the standard SQLite commands?
The standard SQLite commands interact with relational databases are similar to SQL. They are :
 
SELECT
CREATE
INSERT
UPDATE
DROP
DELETE

Based on their operational nature these commands can be classified.
Advertisement