In Oracle PL/SQL language, I would like to prevent user from using deleting * from table unless primary key specified.
How could I achieve this?
I've just found a similar question, but in a different language: prevent delete * from table unless primary key specified
Could you please help me to find a solution in Oracle PL/SQL language?
EDIT:
SELECT * FROM V$VERSION;
BANNER,CON_ID
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production,0
PL/SQL Release 12.1.0.2.0 - Production,0
CORE 12.1.0.2.0 Production,0
TNS for IBM/AIX RISC System/6000: Version 12.1.0.2.0 - Production,0
NLSRTL Version 12.1.0.2.0 - Production,0