exam questions

Exam 1z0-148 All Questions

View all questions & answers for the 1z0-148 exam

Exam 1z0-148 topic 1 question 51 discussion

Actual exam question from Oracle's 1z0-148
Question #: 51
Topic #: 1
[All 1z0-148 Questions]

You are logged on to the SCOTT schema and the schema has EMP and DEPT tables already created:
Examine this PL/SQL procedure:

Which PL/SQL block will raise an exception?

  • A. EXEC get_tab_row_count (‘emp’);
  • B. EXEC get_tab_row_count (‘SCOTT.EMP’);
  • C. EXEC get_tab_row_count (‘ "EMP" ’);
  • D. EXEC get_tab_row_count (‘DEPT’);
  • E. EXEC get_tab_row_count (‘DEPT, EMP’)
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
orakell
Highly Voted 5 years, 5 months ago
E, not C. C is a case-sensitive check.
upvoted 7 times
...
chrishillinger
Most Recent 2 years, 8 months ago
Selected Answer: E
E is correct, C would fail only if it would be written with any lower case character but the way it's given here makes it valid
upvoted 1 times
...
CosminCof
4 years, 7 months ago
But C would be wrong if was executed with case sensitive letters, for example: EXEC get_tab_row_count (‘ "Emp" ’);
upvoted 1 times
...
CosminCof
4 years, 7 months ago
E is the answer
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago