What are the advantages of having an index on the sql server?


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

Post New Answer

More SQL Server Interview Questions

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 does it mean to be in union?

0 Answers  


Do you know the cursor types?

0 Answers  


Mention the differences between sql server and mysql.

0 Answers  


Can coalesce return null?

0 Answers  






What are Spatial data types in SQL Server 2008

0 Answers   Infosys,


What are the properties of sub-query?

0 Answers  


How create table structure only from tableA to TableB if TableA have some data?

4 Answers  


1 01 101 01010

0 Answers  


Explain different types of self contained sub query?

0 Answers  


What is master database? : SQL Server Architecture

0 Answers  


i want to join two queries....and i want to run them as one after another that is want output of first query then second , then again output of first query then second and so on...

2 Answers  


Categories