Database Internal and Indexes
Row_id
row_id is an internal and system-maintained ID
In certain databases, it’s the same as the primary key, but other databases like Postgres have a system column row_id (tuple_id)
row_ididname
1232Huy
2122Alex
Page
Depending on the ...
huytrinh.hashnode.dev7 min read