#IT-6314
Awesome StudentQuestion • Web Application Development 1

What does the following MySQL command do? SELECT * FROM author WHERE auth_name LIKE 'W%';

Answer

Return those rows from the table author in which the name of the author starts with the character 'W