Code:
thomas@test> INSERT INTO T3 VALUES ('TEmCO TRADING '||'&'||' CONTRACTORS');

1 row created.

thomas@test> SELECT * FROM T3;

X
----------------------------------------
TEmCO TRADING & CONTRACTORS

1 rows selected.