Posted by: Pdfprep
Post Date: February 14, 2021
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.
A . SELECT * statements where fewer than a specified percentage of all fields are effectively used
B . SELECT * statements on tables with more than a specified number of fields
C . SELECT * statements on tables with more than 100,000 records
D . SELECT * statements on tables with the Column Store storage type
Answer: A
Leave a Reply