Retrieve data using a full-table scan #ws9 - column id's serial type code is NULL

column id’s serial type code is NULL, but the test is expecting a number to be printed in the output

[tester::#WS9] Expected [1052|Silver St. Cloud (New Earth) 252|Dolphin (New Earth) 2668|Pasquale Galante, Jr. (New Earth)] to be returned as values, got: [|Dolphin (New Earth) |Pasquale Galante, Jr. (New Earth) |Silver St. Cloud (New Earth)]
[tester::#WS9] Test failed

Hey @magnusram05, the id here corresponds to the rowid, which is stored before the payload.

You can find more details in this post and explore a sample DB here.

Let me know if you’d like more clarification!