MCQs>Database Management>Transact-SQL (T-SQL)>You need to write a query that returns all Employees that have a LastName starting with the letter A. Which WHERE clause should you use to fill in the blank in this query?
Transact-SQL (T-SQL) MCQs
You need to write a query that returns all Employees that have a LastName starting with the letter A. Which WHERE clause should you use to fill in the blank in this query?
Answer
Correct Answer: WHERE LastName LIKE 'A%'
Explanation:
Note: This Question is unanswered, help us to find answer for this one