exam questions

Exam 1z0-149 All Questions

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

Exam 1z0-149 topic 1 question 42 discussion

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

Which statement is true about user-defined records?

  • A. They can be returned from a function.
  • B. Field types must match column types.
  • C. The number of fields must match the number of columns in a table.
  • D. Field names must match selected column names.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
jfc1
Highly Voted 5 months, 1 week ago
Selected Answer: A
A is correct
upvoted 5 times
...
thranduyl
Most Recent 5 days, 1 hour ago
Selected Answer: A
A es correct.
upvoted 1 times
...
AlCoholic69
7 months, 2 weeks ago
create or replace package mypackage is type mytype is record( a number ); function myfunction return mytype; end; / create or replace package body mypackage is function myfunction return mytype is l_record mytype; begin l_record.a := 69; return l_record; end myfunction; end; / set serveroutput on; begin dbms_output.put_line(mypackage.myfunction().a); end; /
upvoted 1 times
AlCoholic69
7 months, 2 weeks ago
I'm returning a record from a function
upvoted 3 times
...
...
abdullah_barham
8 months, 3 weeks ago
Selected Answer: A
I think the answer is A
upvoted 1 times
...
Raju_thangavel
9 months ago
I think answer is A
upvoted 1 times
serkan110
8 months, 3 weeks ago
Dont't think so as you can use functions in select statements
upvoted 1 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