When you sort data in query the record in the underlying table are actually?

1 answer

Answer

1138928

2026-04-04 03:00

+ Follow

When you sort data in a query, the records in the underlying table remain unchanged; the sorting only affects the way the data is presented in the query result. The sorting operation is performed in memory, allowing for a temporary arrangement of the records based on the specified criteria. This means that while you can view the sorted data, the original order in the table is preserved. Thus, any subsequent queries or operations on the table will reflect the original, unsorted order.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.