Q: Does NCBE support auto_increment integers that could serve as primary keys?
Attn_NinjaPLUSJan 11, 2025
Founder Team
jass_
Jan 11, 2025A: Hi,
Yes. A primary key called "id" gets generated automatically for every table. Its of type int and gets auto-incremented. This is used to track the records or fetch id specific records inside a specific table.
Share
Helpful?
Log in to join the conversation