exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 76 discussion

Actual exam question from Microsoft's 98-364
Question #: 76
Topic #: 1
[All 98-364 Questions]

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?

  • A. THAT
  • B. WHERE
  • C. GROUP BY
  • D. HAVING
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dzoni68
3 years ago
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
...
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.

SaveCancel
Loading ...