Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases Reporting with SQL Ordering, Limiting and Paging Results Practice Session

N.B Due to actors being removed from the database the 701st row has the id of 702

SQL Playground - Stage 1 Practice Offsetting Actors

I don't understand the meaning of this question. Would anyone tell me what this question means? Thank you in advance.

1 Answer

Steven Parker
Steven Parker
229,670 Points

They're just letting you know that the ID numbers will be different from the row numbers, so you won't think getting id's from 702 to 721 is wrong.

Steven, thanks for answering my question!