SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 12 Topic 2 Discussion

SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 12 Topic 2 Discussion

C_ABAPD_2507 Exam Topic 2 Question 12 Discussion:
Question #: 12
Topic #: 2

Given the following ABAP SQL statement excerpt from an ABAP program:

SELECT SINGLE *

FROM spfli

WHERE carrid = 'LH' AND connid = '0400'

INTO @DATA(wa).

You are given the following information:

    The data source spfli on line #2 is an SAP HANA database table.

    spfli will be a large table with over one million rows.

    This program is the only one in the system that accesses the table.

    This program will run rarely.

Based on this information, which of the following general settings should you set for the spfli database table?

Note: There are 2 correct answers to this question.


A.

“Storage Type” to “Row Store”


B.

“Storage Type” to “Column Store”


C.

“Load Unit” to “Column Loadable”


D.

“Load Unit” to “Page Loadable”


Get Premium C_ABAPD_2507 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.