ISC S2 Flashcards
What is a reasonableness test?
Offset transaction amount exceeds original amount.
What is a size test?
Comparison with a predetermined threshold.
What is a check digit test?
Valid format for number entered
What is a field check
Compares attributed entered to field requirements and format restrictions.
What does the SQL command SELECT mean?
1st clause - attributes to view
What does the SQL command FROM mean?
Attribute location of SELECT request
What does the SQL command WHERE mean?
Filter results
What does the SQL command GROUP BY mean?
Subtotals
What does the SQL command HAVING mean?
Filter aggregated data
What does the SQL command JOIN, ON?
Retrieve data from multiple tables
(2nd table & relation)