Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is the significance of the & and && operators in PL SQL ?

5 like 0 dislike
Hello,

What is the significance of the & and && operators in PL SQL ?

Please give me your feedback
asked 1 year ago by mafia (1,300 points)

1 Answer

1 like 0 dislike
 
Best answer
The & operator means that the PL SQL block requires user input for a variable. The && operator means that the value of this variable should be the same as inputted by the user previously for this same variable. If a transaction is very large, and the rollback segment is not able to hold the rollback information, then will the transaction span across different rollback segments or will it terminate ? It will terminate (Please check ).
answered 1 year ago by rad_joshep (19,390 points)

Related questions

7 like 0 dislike
1 answer
4 like 0 dislike
2 answers
6 like 0 dislike
1 answer
5 like 0 dislike
1 answer