Which two statements are correct?

Examine the following code:
&SQL = GetSQL(SQL.Absence_SQL, record.JOB, JOB.EMPLID);
While &SQL.Fetch(&begin, &start);
Which two statements are correct? (Choose two.)

Examine the following code:
&SQL = GetSQL(SQL.Absence_SQL, record.JOB, JOB.EMPLID);
While &SQL.Fetch(&begin, &start);
Which two statements are correct? (Choose two.)

A.
Absence_SQL is a SQL class.

B.
Absence_SQL is a SQL object.

C.
Absence_SQL is a SQL method.

D.
Absence_SQL is a SQL definition name.

E.
Absence_SQL contains a Delete clause.

F.
Absence_SQL contains a Select clause.

G.
Absence_SQL contains an Insert clause.

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *