Test | Test data | Expected result | Actual result |
|
|
|
|
When completing a test table we assume that a feature of the software is working correctly when
What is another name for an entity in an entity-relationship (ER) diagram?
Which DBMS element is used to output information?
tblScores
| Player | Score1 | Score2 |
| Ant | 56 | 54 |
| Bill | 34 | 45 |
| Cat | 45 | 34 |
| Dave | 23 | 56 |
| Edward | 56 | 34 |
Which SELECT statement will calculate the TotalScore for each player?