14. SELECT Statements Flashcards

1
Q

Difference between SELECT statement and GET event

A

With GET the authorisation checks are carried out automatically. the SELECT statement does not carry out any authorisation checks. The programmer has to manually code the proper checks for authorisation on the database tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The select statement can access data by three methods

A
  • Single access with fully qualified key
    • Loop processing with restriction
    • Loop processing without restriction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where clause

A

is made up by comparing a table field to another field or to a value, using one of the relational operators shown above.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SELECT SINGLE

A

statement allows accessing a single table entry.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SY-SUBRC

A

Will be set to either of the following values after the SELECT statement finishes: 0 = Read was successful,4 = Record does not exist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

WHERE clause

A

is to specify selection condition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

RANGES statement

A

creates the identical internal table that is created in the DATA statement with the columns SIGN, OPTION, LOW, and HIGH.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly