InterviewSolution
Saved Bookmarks
| 1. |
Concatenation operator is used for . * subtractmultiplyjoininghelp its exam question only who know correct answer will answer |
|
Answer» The CONCATENATION OPERATOR is a binary operator, whose syntax is SHOWN in the general DIAGRAM for an SQL Expression. You can use the concatenation operator ( || ) to concatenate two expressions that evaluate to character data types or to numeric data types.Explanation: |
|