If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > function question in 1z0-144 dmp file - waiting for u answers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-07-12, 13:06
YaHi@$MmZ YaHi@$MmZ is offline
Registered User
 
Join Date: Jan 2012
Posts: 3
function question in 1z0-144 dmp file - waiting for u answers

Please answer my question;
thanks in advance

create or replace function del_rows
(p_table_name varchar2,p_empNo number)
Return Number
Is
begin
Execute immediate
'Delete from '||p_table_name||
' where empno= '||p_empNo;
Return SQL%RowCount;

end;
/

Which 2 statements are correct?

A) The Function goes through only the parse & execute
phases.
B) The function goes through the parse, bind & execute
phases.
C) The function goes through the parse, bind, execute &
fetch phases.
d)All the processing phases for the function are
performed only at run time.
e)Only the execute immediate statement inside the
function is parsed at run time.
Reply With Quote
  #2 (permalink)  
Old 01-07-12, 13:11
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,416
u is not a member of this forum
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
  #3 (permalink)  
Old 01-07-12, 13:23
YaHi@$MmZ YaHi@$MmZ is offline
Registered User
 
Join Date: Jan 2012
Posts: 3
So, how to be a member of this forum,
and i need this answer
Reply With Quote
  #4 (permalink)  
Old 01-07-12, 14:04
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,416
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
  #5 (permalink)  
Old 01-07-12, 14:13
YaHi@$MmZ YaHi@$MmZ is offline
Registered User
 
Join Date: Jan 2012
Posts: 3
what's u problem man
if u 've no answer for my question
plz leave the topic
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On