answersLogoWhite

0

It can be called sorting.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

In access rows in the table are called?

records


The rows in tables are called in access?

Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.Rows in an Access table are records.


A group of similar records is called a field?

Actually, a group of similar records is called a database table, while a field refers to a single piece of data within a record. In a database table, each field represents a different attribute or characteristic.


The collection of related records called as file or table?

A table is a collection of related records in a database. Each record in a table represents a specific entity or object, and each column in the table represents a specific attribute or characteristic of that entity. Tables are used to organize and store data in a structured and efficient manner.


When records are no longer needed what do you do to the table in access?

You "delete the records" from the table.


In a database files are called?

A database holds records in files that are called tables. Each table has a specific key that defines that table and each master key is unique.


An access object with which you can enter new records into a table edit existing records in a table or display existing records from a table is a?

The answer would be form.


In a table what are the horizontal fields called?

In a table, Rows (Left) are called Records, Dependent Variables, Response Variable or Y Columns (Top) are called Fields, Independent Variable, Predictor Variable or X Note: Here table refers to two dimensional table like an excel table.


Is it true that in access the columns in a table are calleed records?

No. They are called fields. A row would be a record.


What kind of relationship describes when a record from one table is related to several records in another table?

The relationship that describes when a record from one table is related to several records in another table is called a "one-to-many" relationship. In this scenario, a single record in the first table can be associated with multiple records in the second table, while each record in the second table is linked to only one record in the first table. This type of relationship is commonly used in database design to represent hierarchical data structures.


How is left join different from normal join?

A left join gets all records from the left linked table. If you have selected columns from the right linked table withouth related records, the columns will be NULL. The normal join gets all records from one table that have related records in a second table.


How can you return the number of records from table?

You can return the number of records from a table by executing a SQL query like "SELECT COUNT(*) FROM table_name;". This will count the total number of records in the specified table.