Note: If only display all the information from [Executions] and [ExecutionItems] tables and are not the same as shown above, you will only get 0.5 points.
2. When users click link (contains ExecutionID), load all information of that execution and show in the form below the table "List of Executions". (1.0 point):
List of Executions:
Execution ID
1
2
3
Array Result
124 2
12
12
Delete
Delete
Delete
Execution ID: 3
Array:12
Result:
3. When user clicks the "Delete" link, that execution will be deleted from database and in the table "Listof Executions" and set empty for the value of texts. (1.0 point)
Before click the "DELETE" button
After click the "DELETE" button
List of Executions:
List of Executions:
Execution ID Array Result
1
2
3
124 2
Execution ID Array Result
1
2
Tim.
124 2
12 1
Delete
12 1 Delete
12 1
Delete
Delete
Delete
1
1
1
+ 100%
Close