Which of the following rules will retain FIELD1 with the longest last name and TITLEequals to "MR"?
A. FIELD1: SIZEOF(TRIM(c."LASTNAME"))<= SIZEOF(TRIM(b."LASTNAME")) AND c.TITLE="MR"
B. FIELD1: SIZEOF(TRIM(c."LASTNAME"))>= SIZEOF(TRIM(c."LASTNAME")) AND c.TITLE="MR"
C. FIELD1: SIZEOF(TRIM(c."LASTNAME"))>= SIZEOF(TRIM(b."LASTNAME")) ANDb.TITLE="MR"
D. FIELD1: SIZEOF(TRIM(c."LASTNAME"))>= SIZEOF(TRIM(b."LASTNAME")) AND c.TITLE="MR"
Which of the following rules will retain FIELD1 with the longest last name and TITLEequals to "MR"?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following rules will retain FIELD1 with the longest last name and TITLEequals to "MR"?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!