Multiple choice technology databases Concatenation operator is + - || * 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'.