What is the basic difference between clustered and a
non-clustered index?
Answer Posted / s.purushothaman
The difference between a clustered index and a non-clustered index is that when you use a clustered index, the section of the table that comprises the index has its data pages linked differently from those data pages comprising a non-clustered index.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
what is the difference between Delete and Truncate command in SQL
What is create command?
Explain filtered indexes benefits?
How do you handle datasets larger than 50 gb?
what is the primary use of the model database? : Sql server administration
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?
How much does sql server 2016 cost?
What is a select query statement in ms sql server?
How connect excel to sql server?
Can you tell me about the concept of ER diagrams?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
What you can do to delete a table without the delete trigger firing?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
What are trace flags?
What is a natural primary key?