nerdexam
SAP

E_HANAAW_16 · Question #86

You perform a static code check using the Code Inspector (SCI). In your SCI variant, you select the Search problematic SELECT * statement check. What does this check report? Please choose the…

The correct answer is A. SELECT * statements where fewer than a specified percentage of all fields are effectively used. See the full explanation below for the reasoning.

Question

You perform a static code check using the Code Inspector (SCI). In your SCI variant, you select the Search problematic SELECT * statement check. What does this check report? Please choose the correct answer.

Options

  • ASELECT * statements where fewer than a specified percentage of all fields are effectively used
  • BSELECT * statements on tables with more than a specified number of fields
  • CSELECT * statements on tables with more than 100,000 records
  • DSELECT * statements on tables with the Column Store storage type

How the community answered

(18 responses)
  • A
    83% (15)
  • B
    6% (1)
  • C
    6% (1)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full E_HANAAW_16 Practice