Home »
Oracle SQL
Oracle SQL Forum
Hello Experts,
My table does not contain any primary key columns, i want to avoid the duplicate values when i am inseting values? How?
Kindly share your valuable views here so i can proceed further.
Thansk in advance.
Create Sequence and use that sequence to Insert values.
Sign up for STechies
Ask Question From Our Experts
Create Sequence and use that sequence to Insert values.