The field (or combination of fields) that uniquely identifies each record in a table.

What will be an ideal response?


Primary key

Computer Science & Information Technology

You might also like to view...

Given the following declarations:

StringBuilder buffer = new StringBuilder(“Testing Testing”); buffer.setLength(7); buffer.ensureCapacity(5); Which of the following is true? a. buffer has capacity 5. b. buffer has capacity 31. c. buffer has content “Testin”. d. buffer has length 15.

Computer Science & Information Technology

Any field declared with keyword ________ is constant.

a. static b. const c. constant d. final

Computer Science & Information Technology

Dvorak is the most common keyboard layout in use today

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ is information about the entity

Fill in the blank(s) with correct word

Computer Science & Information Technology