Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Write The Alter Statement To Enable All The Triggers On The T.students Table ?
Home
PL/SQL
Write The Alter Statement To Enable All The Triggers On The T.students Table ?
0
votes
asked
Mar 18, 2021
in
PL/SQL
by
sharadyadav1986
Write The Alter Statement To Enable All The Triggers On The T.students Table ?
#plsql-table
table
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 18, 2021
by
sharadyadav1986
The ALTER statement is given as follows:
ALTER TABLE T_STUDENTS ENABLE ALL TRIGGERS;
...