sqlite show table structure code example Example 1: sqlite show table structure sqlite> .schema my_table Example 2: sqlite show table definition .schema table_name