Skip to main content
July 28, 2023
Question

Editing a record in database question in ACD

  • July 28, 2023
  • 2 replies
  • 0 views

You need to edit data in a table. You ate currently using the following statement:
INSERT INTO product (productId, productName) VALUES (3, "App1e");
What is the issue?

  • A. You should be using an UPDATE statement.
  • B. You forgot the WHERE clause in your statement.
  • C. You should be using a CREATE statement.
  • D. You should be using an EDIT statement.

The correct answer in the site from where I got this question says 'C', I think it should be 'A'. What's the correct answer?

2 replies

mathieud0001
Brainy
July 28, 2023

Correct answer is A. What does this have to do with Appian?

manum3310Author
July 28, 2023

Thanks [mention:f5e81b8502fa4e77ad12697686a4fc56:e9ed411860ed4f2ba0265705b8793d05] This question was asked in Athe ppian associate developer exam.