Computer Science, asked by alli3646, 1 year ago

What are the difference between primary key and object identifier?

Answers

Answered by UtkarshJawade1
0
I don't know this equation
Answered by vikrampruthvi5
1

Answer:Primary key is used in Relational Databases where as OIDs are used in object oriented databases

Explanation:

1. Primary key is part of the table row where as OID has the meta information about the object

2. Moving the row also moves the reference of the primary key where as moving of object explicitly requires updation of object id reference.

Similar questions