Tag: databases

Questions Related to databases

  1. Currency

  2. Calender

  3. Accounting Field Structure and Calender

  4. Currency, Calender and Accounting Field Structure


Correct Option: D
  1. Application

  2. Set of Books

  3. Organization

  4. Set Of Books


Correct Option: B
  1. Leading column in the index is not part of the search arguments

  2. Data types are not matching while doing a join

  3. Optimizer decides that table scan is better

  4. Index name is improper


Correct Option: A,B,C

ABC Corp is an organization, where company raises purchase orders, process payments, captures transaction and reconciles the information. The products involved in this are (choose all applicable)

  1. Istore

  2. GL

  3. Cash Management

  4. Purchasing

  5. Inventory

  6. Order Management


Correct Option: B,C,D,E

Numeric columns are best suited to define an index (for faster access)

  1. True

  2. False


Correct Option: A

During performance tuning, it is imperative that we have data regarding the pain points (slow performing queries, high CPU utilizing queries, etc.). What tools are useful in getting these info?

  1. Dynamic Management Views (DMV)

  2. DBCC commands

  3. Query plans

  4. BCP


Correct Option: A,B,C
  1. There needs to be a Foreign Key relationship between the two tables.

  2. Table_B.Column_1 shouldn't have NULL values.

  3. There should be a clustered index on Table_A.Column_1 and a non-clustered index on Table_B.Column_1.

  4. Table_B.Column_1 should be unqiue.


Correct Option: D