In which task and step of the codelab can this issue be found?
Use SQL to read and write to a database
Insert, update, and delete data in a database
Describe the problem
At the beginning of this step of the codelab we created a new row in email with id 44 and in the last par we are asked to delete
a row with id 48, but such does not exist
Steps to reproduce?
if you just follow this part of the codelab from start to end you will eventually meet this probelm
insert new row according to codelab:
INSERT INTO email
VALUES (
NULL, 'Lorem ipsum dolor sit amet', 'sender@example.com', 'inbox', false, false, CURRENT_TIMESTAMP
);
Observe that the result is inserted into the database with an id of 44.
Read the last part where it asks to delete the row with id 48: "Perform the following DELETE statement
to delete the row with an id of 48 from the database."
VersionsAndroid Studio version:API version of the emulator:
dont think it is necessary
Additional informationInclude screenshots if they would be useful in clarifying the problem.
yeah sure i'll include screenshot
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-sql?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-sql#7
In which task and step of the codelab can this issue be found?
Describe the problem At the beginning of this step of the codelab we created a new row in email with id 44 and in the last par we are asked to delete a row with id 48, but such does not exist
Steps to reproduce? if you just follow this part of the codelab from start to end you will eventually meet this probelm
Versions Android Studio version: API version of the emulator: dont think it is necessary
Additional information Include screenshots if they would be useful in clarifying the problem. yeah sure i'll include screenshot