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 #60

Closed dimitrik94 closed 9 months ago

dimitrik94 commented 1 year ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-sql?authuser=0&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-1%3Fauthuser%3D0%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-sql#5

In which task and step of the codelab can this issue be found? In "Logical operators with WHERE clauses": Return all emails that are in the important folder OR are starred (starred = true). This means the result includes emails in different folders as long as they're starred.

Describe the problem

In database there aren't "important" folder, so it's typo?