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:

User Mihael
by
6.1k 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.

User Morten Fast
by
5.8k points
1 vote
Hi,


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


Hope this helps.
r3t40
User Sites
by
6.4k points