0 votes
in PL/SQL by
Write The Alter Statement To Enable All The Triggers On The T.students Table ?

1 Answer

0 votes
by

The ALTER statement is given as follows:

ALTER TABLE T_STUDENTS ENABLE ALL TRIGGERS;

Related questions

+1 vote
asked Feb 19, 2023 in Netezza by rajeshsharma
+1 vote
asked Mar 13, 2023 in Azure by SakshiSharma
...