What is the difference between for trigger and after trigger?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

Explain the different types of backups available in sql server? : sql server database administration

0 Answers  


How to find the source of a table in sql server?

0 Answers  


How much does sql server 2016 cost?

0 Answers  


What do you understand by a view? What does the with check option clause for a view do?

0 Answers  


In what sequence sql statement is processed?

0 Answers  






What is an indexed view?

0 Answers  


What is an indice?

0 Answers  


between cast and convert which function would you prefer and why?

0 Answers  


How to write character string constants or literals in ms sql server?

0 Answers  


Tell me what is difference between view and materialized view?

0 Answers  


Where are magic tables stored ? Is it in the same database where it is created ?

4 Answers  


Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.

3 Answers  


Categories