Question
What effect does the concatenation '555'||DBMS_PIPE.RECEIVE_MESSAGE(...)||' have in a query?
C) It deletes a message from the pipe
D) It establishes a new pipe connection
A) It creates a new message
B) It combines static text with a received message
Submit