In Java DAO object following statement works:
String sqlDelete = "delete from table where id = ?";//ORACLE
Delete exact one row.
But, when ch