What is repeatable read?


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

Post New Answer

More SQL Server Interview Questions

Does any body please help me what question's have asked for SSRS in the interview?

0 Answers  


How can i change the column name.

13 Answers   HCL, Yardi Software,


What will be the maximum number of indexes per table?

0 Answers  


What are partitioned views?

0 Answers  


What types of replication are supported in sql server?

0 Answers  






How to name query output columns in ms sql server?

0 Answers  


Can sql servers link to other servers?

0 Answers  


Do you know what are the reporting services components?

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 Control Flow in SSIS

0 Answers   HCL,


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  


Can you type more than one query in the query editor screen at the same time?

0 Answers  


Categories