contestada

question 9 you are working with a database table that contains customer data. the table includes columns about customer location such as city, state, and country. the state names are abbreviated. you want to retrieve the first 2 letters of each state name. you decide to use the substr function to retrieve the first 2 letters of each state name, and use the as command to store the result in a new column called new state. you write the sql query below. add a statement to your sql query that will retrieve the first 2 letters of each state name and store the result in a new column as new state. note: the three dots (...) indicate where to add the statement. 123456