google-developer-training / android-basics-kotlin-sql-basics-app

Fundamentals of relational databases and practice running SQL queries with Database Inspector in Android Studio.
Apache License 2.0
62 stars 127 forks source link

Use SQL to read and write to a database #43

Closed ges1908 closed 9 months ago

ges1908 commented 1 year ago

URL of codelab

In which task and step of the codelab can this issue be found? Step 6: WHERE

Describe the problem

SELECT * FROM email WHERE folder = 'inbox' AND read = false; ==>> read must be 0

Steps to reproduce?

  1. Go to...
  2. Click on...
  3. See error...

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.