Build a list of contacts for New Jersey manufacturers as follows: ContactFirstName, ContactLastName, Phone. HINT: To do this you will need to split the contact name into two columns. You will need to embed string functions within string functions. It may be helpful to use Substring and Charindex. For last name, you can use a literal of 20 characters as the length to ensure you pick up all the characters to the end of the field.)

Solved
Show answers

Ask an AI advisor a question