Free ACD100 Exam Braindumps (page: 5)

Page 4 of 20

Review the following table.
Given the following options are in mySQL, which option correctly alters the last row on the table?

  1. INSERT price = 0.9 -
    INTO product -
    WHERE product_id = 3;
  2. MODIFY product -
    UPDATE price = 0.9 -
    WHERE product_id = 3;
  3. SET product -
    (price) VALUES (0.9)
    WHERE product_id = 3;
  4. UPDATE product -
    SET price = 0.9 -
    WHERE product_id = 3;

Answer(s): D



What is a Foreign Key?

  1. The key that cannot be used in any other table.
  2. The key that joins two tables together.
  3. The key that uniquely identifies a record.
  4. The key that uniquely identifies a record when joined with another column.

Answer(s): B



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?

  1. You should be using an UPDATE statement.
  2. You forgot the WHERE clause in your statement.
  3. You should be using a CREATE statement.
  4. You should be using an EDIT statement.

Answer(s): A

Explanation:

CREATE TABLE table_name (
column1 datatype,
column2 datatype,
....
);



When using "a!pagingInfo()" within "a!queryEntity()", which batch size value will return all items?

  1. -1
  2. 0
  3. null
  4. 500

Answer(s): A






Post your Comments and Discuss Appian ACD100 exam with other Community members:

ACD100 Discussions & Posts