nerdexam
Microsoft

70-451 · Question #67

You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain a view. The view will contain a computed column that will be indexed. The…

The correct answer is C. a deterministic common language runtime (CLR) scalar-valued function. See the full explanation below for the reasoning.

Question

You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain a view. The view will contain a computed column that will be indexed. The computed column will use a user-defined scalar function. The function will perform complex mathematical manipulations using random generated float numeric values. You need to identify the appropriate function to use to generate random values. Which function should you use?

Options

  • Aa deterministic Transact-SQL table-valued function
  • Ba nondeterministic common language runtime (CLR) scalar-valued function
  • Ca deterministic common language runtime (CLR) scalar-valued function
  • Da nondeterministic Transact-SQL table-valued function to generate random values

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    76% (22)
  • D
    14% (4)

Community Discussion

No community discussion yet for this question.

Full 70-451 Practice