How to make a menu in SQLPlus or PL/SQL?
I am making this program that will have a menu that gets the user's input and performs a certain script based on his/her choice. Something along the lines of: Please make a selection: 1: Do script a 2: Do script b 3: Do script c I looked at this link : How to make SQLPlus or PL/SQL Menu And I was able to get something out of it, BUT it's not fully functional. Because there are certain lines I don't understand. See below. PROMPT 1: Make a sales invoice PROMPT 2: Inquire a sales invoice accept selection PROMPT "Enter option 1-2: " set term off column script new_value v_script -- What's column