Multiple choice technology databases

Concatenation operator is

  1. +

  2. -

  3. ||

  4. *

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

The concatenation operator in SQL (Oracle, PostgreSQL) is the double pipe symbol ||. This joins two strings together, e.g., 'Hello' || 'World' returns 'HelloWorld'.