nerdexam
Oracle

1Z0-908 · Question #21

1Z0-908 Question #21: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-908 to reveal the answer and full explanation for question #21. The question stem and answer options stay visible for context.

Security

Question

Which two queries are examples of successful SQL injection attacks? (Choose two.)

Options

  • ASELECT user,passwd FROM members
  • BSELECT id, name FROM user WHERE user.id=(SELECT members.id FROM members);
  • CSELECT id, name FROM user WHERE id=23 OR id=32 OR 1=1;
  • DSELECT id, name FROM user WHERE id=23 OR id=32 AND 1=1;
  • ESELECT email,passwd FROM members
  • FSELECT user, phone FROM customers WHERE name = \; DROP TABLE users; --;

Unlock 1Z0-908 to see the answer

You've previewed enough free 1Z0-908 questions. Unlock 1Z0-908 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.

Topics

#SQL Injection#Authentication Bypass#Query Manipulation#Input Validation
Full 1Z0-908 Practice