tyler created a table with an autonumber primary key field, and then entered 10 records in alphabetic order by the values in the lastname field. when he closes and then reopens the table, how are the records ordered?

See Answers (1)

Accepted Answer

A field or group of fields that have values that are distinctive throughout a table is known as a primary key.Due to the fact that each record has a unique value for the key, values of the key can be used to refer to whole records. The term "primary key" refers to a column or set of columns in a database that enable us to uniquely identify each row in that table. There cannot be a duplicate of this DBMS. The table cannot contain more than one instance of the same value. The first field (or fields) in your table design should be the primary key. Although the majority of databases let you define primary keys on any field in your table, the next developer will want you to stick to the conventional practice.Learn more about primary key here-https://brainly.com/question/13437797#SPJ4

Related Question in Computers and Technology