Mention the different types of triggers?


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

Post New Answer

More SQL Server Interview Questions

How to add a new dsn with the odbc driver for sql server?

0 Answers  


What are the different types of sql server replication? : sql server replication

0 Answers  


How do I run a trace in sql server?

0 Answers  


What do you mean by an execution plan? Why is it used?

0 Answers  


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

0 Answers   TCS,






What is the use of tempdb? What values does it hold?

0 Answers   Abacus,


What is an indexed view?

0 Answers  


Determine when an index is appropriate?

0 Answers  


What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas

0 Answers  


what is isolation level at dead lock?

0 Answers   Verizon,


How to update existing rows in a table?

1 Answers  


What is the difference between clustered index and primary key?

0 Answers  


Categories