https://developer.android.com/reference/android/database/sqlite/SQLiteDatabase says
See the Notepad sample application in the SDK for an example of creating and managing a database
The page provides no link. However if I use the Search facility on the same page the first search result is
developer.android.com/guide/samples/NotePad/index.html
But when I follow that link I get
404 Page not found
Googling has led me to the same dead end.
I'm looking for a simple tutorial on how to execute a simple database query.