Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam C2090-616 topic 1 question 43 discussion

Actual exam question from IBM's C2090-616
Question #: 43
Topic #: 1
[All C2090-616 Questions]

Consider the following query and the resulting set of data:
SELECT empno, lastname FROM emp WHERE empno BETWEEN "˜000020' and "˜000070'
Result:

If the query below is executed, how many rows will be returned?
SELECT empno FROM emp WHERE empno > "˜000020' AND empno "˜000070'

  • A. 0
  • B. 1
  • C. 3
  • D. 5
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
JamesBond
2 years, 9 months ago
Yes syntax error, answer should be "C" typo error.
upvoted 1 times
...
deepdg23
3 years, 9 months ago
The SQL has syntax error wrt answer : C Correct SQL: SELECT empno FROM emp WHERE empno > "˜000020' AND empno < "˜000070'
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...