I need to insert data into particular table through pl/sql stored procedure. My requirements are:
- while inserting it should generate PRIMARY KEY values for a particular column;
- it should return that PRIMARY KEY value to an output variable; and
- for another column it should validate my string such that it should contain only characters, not integers.