23.5k views
0 votes
By default, tables are sorted in ascending order by this.


What’s the answer?

By default, tables are sorted in ascending order by this. What’s the answer?-example-1

2 Answers

3 votes

Answer:

By default, tables are sorted in ascending order by record number.

User Phoenixdown
by
4.2k points
5 votes

Answer:

Record number

Step-by-step explanation:

It simply can't be "data type" as there cant be more than one data type in a field. It won't be "primary key field" either as primary keys only set the field as unique. You can test this by changing the primary key to a different field. But for simplicity's sake, I did this experiment for you.

As you can see in the first and second attachments, ID is the primary key, set default by the program.

But when I set Field 8 as the primary key, shown in the third attachment, field 8 doesn't sort, shown in the fourth attachment.

By default, tables are sorted in ascending order by this. What’s the answer?-example-1
By default, tables are sorted in ascending order by this. What’s the answer?-example-2
By default, tables are sorted in ascending order by this. What’s the answer?-example-3
By default, tables are sorted in ascending order by this. What’s the answer?-example-4
User Commonpike
by
4.3k points