asked 95.8k views
5 votes
Joe is working in a database that stores client data. he needs to design a field that will assign a client id number each time a user enters a new client. the data type he should apply to this field is:

asked
User Mihael
by
8.3k points

2 Answers

4 votes

He needs to design a field that will assign a client ID number each time a user enters a new client.

answered
User Morten Fast
by
7.6k points
1 vote
Hi,


To handle Database ID incrementation its recommended to use intiger data type with auto incrementation.


Hope this helps.
r3t40
answered
User Sites
by
8.3k points

No related questions found