You have a table of products with fields for ProductID, Name, and Price. You need to write an UPDATE statement that sets the value in the InStock field to Yes for a specific ProductID. Which clause should you use in your update statement?
UPDATE changes data values in a database.
UPDATE can update one or more records in a table.
Use the WHERE clause to UPDATE only specific records.
Example: UPDATE Supplier
SET Phone = '(03) 8888-5011'
WHERE CompanyName = 'Tokyo Traders'
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.98-364 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
dzoni68
3 years ago