Question:TodoList::take(5)->skip(10)->orderby(“id”, asc)->get() means
A Select the first 5 records after skipping 10 records
B Select the last 5 records after skipping 10 records
C Select the first 5 records
D Select the last 5 records
+ AnswerA
+ Report