Home » 
        PL/SQL MCQs
    
        
    Which of the following is NOT present in the syntax of PL/SQL function?
    
    
    
    65. Which of the following is NOT present in the syntax of PL/SQL function?
    
        - Function_name
 
        - [OR REPLACE]
 
        - Optional Parameter List
 
        - None of the above
 
    
    Answer: D) None of the above
    Explanation:
    Function_name, [OR REPLACE], Optional Parameter List, IN are all present in the syntax of PL/SQL function.