Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam ACD100 topic 1 question 19 discussion

Actual exam question from Appian's ACD100
Question #: 19
Topic #: 1
[All ACD100 Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Vanced3142
1 month, 3 weeks ago
Selected Answer: A
A is the right option
upvoted 1 times
...
Naaagu
2 months ago
Selected Answer: A
Answer is A
upvoted 1 times
...
yanoolthecool
4 months ago
Selected Answer: A
A, ez.
upvoted 1 times
...
Ghaz
8 months, 2 weeks ago
Selected Answer: A
update statement is used to edit existing data, insert statement is used to create new data
upvoted 1 times
...
AaravRV
9 months, 2 weeks ago
Correct answer is A
upvoted 1 times
...
sriswethasri
10 months, 2 weeks ago
A should be the answer
upvoted 1 times
...
farazahmedmirza
10 months, 3 weeks ago
Selected Answer: A
A is the answer
upvoted 1 times
...
reika1914
1 year ago
Selected Answer: A
Coreect answer is A
upvoted 1 times
...
RuliGap
1 year ago
Correct answer is A. is this a joke?
upvoted 2 times
...
DivaLight
1 year, 1 month ago
Selected Answer: A
Update
upvoted 2 times
...
harshmp1007
1 year, 1 month ago
Correct answer is A.
upvoted 2 times
...
SAShinde
1 year, 2 months ago
I think the correct answer is A, as we need to edit the data. Create is used for creating table not the data
upvoted 3 times
...
test123135
1 year, 2 months ago
I think the correct answer is A, because you use "CREATE" when you create the database not to update values: CREATE TABLE table_name ( column1 datatype, column2 datatype, .... );
upvoted 4 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 ...