Exit 98-364 Database Fundamentals
Question 3 of 5
0% complete
Q3 Single choice

You have a table that contains product IDs and product names.

You need to write an UPDATE statement to change the name of a specific product to glass.

What should you include in the update statement?

  • A

    SET ProduetName = 'glass'

  • B

    LET ProduetName = 'glass'

  • C

    EXEC ProduetName = 'glass'

  • D

    ASSIGN ProduetName = 'glass'