Questions Related to databases

Multiple choice technology databases
  1. No change is required,job can be scheduled.

  2. Enabled option should be set to False.

  3. Job type should be changed to Executable

  4. Job type should be changed to Executable Block

  5. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology databases
  1. Change the definition of the primary key so that it is a clustered index.

  2. Create a new clustered index, based on the combination of storage location and product category.

  3. Change the definition of the product category so that it is a clustered index.

  4. Change the definition of the storage location so that it is a clustered index.

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology databases
  1. Foreign key

  2. Cascading update

  3. Identity column

  4. Default

  5. NULL

  6. Unique index

Reveal answer Fill a bubble to check yourself
B,C,D,E Correct answer
Multiple choice technology databases
  1. The UNIQUE CLUSTERED constraint

  2. The UNIQUE UNCLUSTERED constraint

  3. The PRIMARY KEY CLUSTERED constraint

  4. The PRIMARY KEY UNCLUSTERED constraint

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology databases
  1. Use a clustered index with a high FILLFACTOR setting

  2. Use a clustered index with a low FILLFACTOR setting

  3. Use a nonclustered index with a high FILLFACTOR setting

  4. Use a nonclustered index with a low FILLFACTOR setting

Reveal answer Fill a bubble to check yourself
D Correct answer