in Technology by
What will be query used to get the list of triggers in a database?

1 Answer

0 votes
by

What will be query used to get the list of triggers in a database?

Query to get the list of triggers in database-

Select * from sys.objects where type='tr'

Related questions

0 votes
    Which query language is used in Cassandra database?...
asked Apr 15, 2021 in Technology by JackTerrance
0 votes
    Tell something about the query language used in Cassandra Database....
asked Dec 13, 2020 in Technology by JackTerrance
0 votes
    How will you get the index of an object in a list?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you get the index of an object in a list?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you get the min valued item of a list in Python?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you get the max valued item of a list Python?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you get the length of a list in Python?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    How will you get the sum of all numbers present in a list using Java 8 in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    How will you get the highest number present in a list using Java 8...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    Which will be the command to return information on query plans and execution statistics of the query plans? (1)explain() (2)stats() (3)All the Options (4)queryplan()...
asked May 23, 2021 in Technology by JackTerrance
0 votes
    Which of the following attribute triggers event when the window loses focus? A - onbeforeload B - onblur C - onlostfocus D - lostfocus...
asked Dec 3, 2020 in Technology by JackTerrance
0 votes
    Which of the following attribute triggers event when media can start play, but might has to stop for buffering? A - onbeforeplay B - onplay C - oncanplay D - oncanplaythrough...
asked Dec 3, 2020 in Technology by JackTerrance
...