crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Write down a sql query to get all triggers in database?
Question Posted on 10 Jul 2021Home >> DataBase >> sql questions >> Write down a sql query to get all triggers in database?

Write down a sql query to get all triggers in database?
Below is the query to get all the triggers in database. Here we will use sys.triggers to get all the triggers.

SELECT name,is_instead_of_trigger
FROM sys.triggers WHERE type = 'TR';
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Define N in nvarchar and in nchar?

difference between drop and truncate command

difference between procedure and function

different types of databases in sql

Difference Between Update Lock and Exclusive Lock






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap