A field that uniquely identifies each record in a table is called the ________

A) primary key B) datasheet C) criterion D) foreign key


A

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragments?

int trial( int& a, int b) { if(b > a) { a=b; return –a; } else { return 0; } } float x=0, y=10,z; z=trial(y,x); cout << z << " " << x <<" " << y << endl; a. –10 0 0 b. 0 10 0 c. 10 0 0 d. 0 0 10

Computer Science & Information Technology

Information collected in such a way that the information will be usable in a criminal or civil proceeding is known as ____.

A. data B. evidence C. triggers D. forensics

Computer Science & Information Technology

You must use the mouse to adjust the placement of lines

Indicate whether the statement is true or false

Computer Science & Information Technology

The critical path is NOT visible in Calendar view

Indicate whether the statement is true or false

Computer Science & Information Technology