I need to generate a table without primary key. Its absolutely neccessary that the table dosen’t have primary key. Please help.
I need to generate a table without primary key. Its absolutely neccessary that the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is there any reason you cannot use something like sequences?
EDIT:The way I wrote this was kinda dumb because once you reboot the app. you’ll get duplicate keys.. You should use a sequence provided by the DB. Sorry about that.