Multiple choice technology databases Command to change SQL prompt name ? SQL> set sqlprompt “Qwest > “ SQL> set prompt “Qwest > “ SQL> sqlprompt set “Qwest > “ SQL> prompt “Qwest > “ Reveal answer Fill a bubble to check yourself A Correct answer Explanation In SQL*Plus, the command set sqlprompt "Qwest > " is the correct syntax to change the default SQL command prompt display name.