An administrator ran the following query.
SELECT name, VERSION, install_location, install_source, publisher, install_date, uninstall_string FROM programs WHERE publisher = "Microsoft Corporation"; The administrator notices a lot of installed programs are not returned. How can the administrator alter the query to see all results?
- Edit the WHERE clause to remove the quotes
- Remove the WHERE clause
- Replace the = with LIKE
- Change the WHERE clause to = "*"
Reveal Solution
Next Question