Oracle
1Z0-061 · Question #239
1Z0-061 Question #239: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-061 to reveal the answer and full explanation for question #239. The question stem and answer options stay visible for context.
Question
The EMPLOYEES table contains these columns: EMPLOYEE_ID NUMBER(4) LAST_NAME VARCHAR2 (25) JOB_ID VARCHAR2(10) You want to search for strings that contain 'SA_' in the JOB_ID column. Which SQL statement do you use?
Options
- ASELECT employee_id, last_name, job_id FROM employees WHERE job_id LIKE '%SA_'
- BSELECT employee_id, last_name, job_id FROM employees WHERE job_id LIKE '%SA_';
- CSELECT employee_id, last_name, job_id FROM employees WHERE job_id LIKE '%SA_'
- DSELECT employee_id, last_name, job_id FROM employees WHERE job_id = '%SA_';
Unlock 1Z0-061 to see the answer
You've previewed enough free 1Z0-061 questions. Unlock 1Z0-061 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.