Question: I am querying a table with a CustName field, representing the customer name. I want to retrieve all rows that match the following: Name starts
I am querying a table with a CustName field, representing the customer name. I want to retrieve all rows that match the following:
Name starts with C or F
Name does not end with z
There is an e or f in the fifth character.
Complete the WHERE clause: WHERE CustName like ' '. Enter the correct SQL to go between the single quotes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
