Is there a way we can insert a check in a delete statement?
I mean if I write:
del from Table1
it erases all the rows from Table1.
I was thinking if I can write something which can give a msg (before erasing
rows)
'Ready to delete all the rows in Table1. Are you sure?'
so that I can avoid erasing rows by mistake.
Any suggestions,
TIA,
shafiq