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?
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?