This topic contains a solution. Click here to go to the answer

Author Question: Explain SQL Server indexes. What will be an ideal response?[br][br][b][color=#FA1639]Question ... (Read 64 times)

anjilletteb

  • Hero Member
  • *****
  • Posts: 569
Explain SQL Server indexes.
 
  What will be an ideal response?

Question 2

A null value in a column may indicate that there is no appropriate value for that attribute.
 
  Indicate whether the statement is true or false



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by a Subject Expert

DHRUVSHAH

  • Sr. Member
  • ****
  • Posts: 317
Answer to Question 1

There are two types of SQL Server indexesclustered and nonclustered. Clustered indexes store data at the bottom level of the index and in the same order as the index. In nonclustered indexes, the bottom level of the index holds pointers to the data instead of the data itself. Since data can only be sorted in one physical order at a time, there can be only one clustered index per table. Clustered indexes are faster for data retrieval. SQL Server automatically creates indexes for all primary and foreign keys. Database developers can create others as needed.

Answer to Question 2

TRUE




anjilletteb

  • Member
  • Posts: 569
Reply 2 on: Jul 7, 2018
YES! Correct, THANKS for helping me on my review


at

  • Member
  • Posts: 359
Reply 3 on: Yesterday
:D TYSM

 

Did you know?

Sperm cells are so tiny that 400 to 500 million (400,000,000–500,000,000) of them fit onto 1 tsp.

Did you know?

Human neurons are so small that they require a microscope in order to be seen. However, some neurons can be up to 3 feet long, such as those that extend from the spinal cord to the toes.

Did you know?

The training of an anesthesiologist typically requires four years of college, 4 years of medical school, 1 year of internship, and 3 years of residency.

Did you know?

Asthma attacks and symptoms usually get started by specific triggers (such as viruses, allergies, gases, and air particles). You should talk to your doctor about these triggers and find ways to avoid or get rid of them.

Did you know?

Congestive heart failure is a serious disorder that carries a reduced life expectancy. Heart failure is usually a chronic illness, and it may worsen with infection or other physical stressors.

For a complete list of videos, visit our video library