# Helpsqlite> .help# Show databasessqlite> .databases# Show tablessqlite> .tables# Show table informationsqlite> pragmatable_info(table_name);# Dump contents of tablessqlite> .dump<table># SQL commandssqlite> select*from<table>;# Exit the interpretersqlite> .quit