List of questions
Related questions
Question 102 - ARA-C01 discussion
A table, EMP_ TBL has three records as shown:
The following variables are set for the session:
Which SELECT statements will retrieve all three records? (Select TWO).
A.
Select * FROM Stbl_ref WHERE Scol_ref IN ('Name1','Nam2','Name3');
B.
SELECT * FROM EMP_TBL WHERE identifier(Scol_ref) IN ('Namel','Name2', 'Name3');
C.
SELECT * FROM identifier<Stbl_ref> WHERE NAME IN ($var1, $var2, $var3);
D.
SELECT * FROM identifier($tbl_ref) WHERE ID IN Cvarl','var2','var3');
E.
SELECT * FROM $tb1_ref WHERE $col_ref IN ($var1, Svar2, Svar3);
Your answer:
0 comments
Sorted by
Leave a comment first