State of Michigan interview question

Name 3 ways you can manipulate a string in SQL.

Interview Answer

Anonymous

12 Dec 2016

By using CONCAT to join strings together, LOWER to convert string characters to lowercase, RTrim to remove trailing spaces.