URL of codelab
https://developer.android.com/courses/pathways/android-basics-compose-unit-6-pathway-1#codelab-https://developer.android.com/codelabs/basic-android-kotlin-compose-sql
In which task and step of the codelab can this issue be found?
1- page 2 - key concepts - green note box regarding naming of tables
2- unit quiz
Describe the problem
#1
It’s more widely held convention to make object tables (e.g. for list of customers) plural, whereas the note indicates that it is always singular.
#2
Quiz question 6 - Which of the following statements are true about GROUP BY and ORDER BY?
Answer erroneous correct answer:
In an ORDER BY clause, descending order is the default
URL of codelab
https://developer.android.com/courses/pathways/android-basics-compose-unit-6-pathway-1#codelab-https://developer.android.com/codelabs/basic-android-kotlin-compose-sql
In which task and step of the codelab can this issue be found?
1- page 2 - key concepts - green note box regarding naming of tables
2- unit quiz
Describe the problem
#1
It’s more widely held convention to make object tables (e.g. for list of customers) plural, whereas the note indicates that it is always singular.
#2
Quiz question 6 - Which of the following statements are true about GROUP BY and ORDER BY?
Answer erroneous correct answer:
In an ORDER BY clause, descending order is the default