@analyticswithadam: 5 SQL String Functions You SHOULD Know SQL is the number one skill need for data analytics. In this video we cover 5 key SQL string functions that you need to know as a data analyst. The SQL String functions we cover are: CONCAT - concat(col1,' ',col2) REPLACE - replace(col,string to replace, new string) STARTS_WITH - STARTS_WITH(col, string) - This produces a boolean CONTAINS_SUBSTR - CONTAINS_SUBSTR(col, string) - This produces a boolean #dataanalytics #dataanalyst lyst #sqltips #sql