34.0k views
0 votes
When you sort a table, you arrange the rows based on the ____ of one of the columns.?

User Noontz
by
7.1k points

1 Answer

4 votes
I would assume the answer would be "Index", a table would be represented as such in most languages.
Index | Value
2 false
1 "string"
so that would be ordered by the index as
false
"string"
Hope this helps!
User XificurC
by
6.1k points