Multiple choice technology databases

Concatenation operator is

  1. +

  2. -

  3. ||

  4. *

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The double pipe (||) is the standard SQL concatenation operator that joins two strings together. The other symbols are arithmetic operators (+ addition, - subtraction, * multiplication).