How to view SQLite DB in Win Command Prompt

Type the following:

abd shell
cd data
cd data
cd itu.malta.drunkendroid
cd databases
sqlite3 drunkendroid

From here you can just use normal SQL.