Discussion
2
Replies
1151
Views
Wipro
Posted: June 24, 2015
Last activity: July 5, 2015
Closed
Need Help - Random generation of primary key for Data Table
How to auto generate primary key value for a data table randomly?
If you need it at the database end then you can use a sequence. If you want at the application end then use java UUID generator.