You are on page 1of 1

METAPHOR CREDIT CARDS

In today’s assignment, we continue to audit the credit cards data.

Conduct the test to answer the following questions:

1. If every Metaphor customer reached the credit limit on their credit card, what would be the total
debt for Metaphor. -> Find Total field CREDLIM
2. You want to send the soon-to-expire credit card numbers with an expiry date of January 1, 2004,
or earlier to the clerk in charge of credit card renewal. -> Filter field EXPDT (<= January 1,
2004)
3. Because you have been warned about any expenditures related to customer number 444413, you
want to find some information about the transactions associated with that customer, such as the
total of their new balances, financial charge, past due amount. -> Total field atas ketiga field
yang diminta dan filter utk nomor customer yang diminta
4. You need to determine how many credit card users have high balances, with new balance values
greater than 2000 and 1000. Find out the total of the new balances for those values. -> Filter
mencari transaksi 2,000 dan 1,000 lalu total field
5. In addition to number 4, to comply with Metaphor’s policies, credit card users must pay off their
balances every month, find out whether they have a past due amount, or finance charge greater
than 0. -> filter field PASTDUEAMT > 0 , FINCHG = 0, NEWBAL > 0
6. Of the credit card numbers that have a new balance value greater than 2000, how many have a
past due amount greater than zero? -> filter
7. Check for card numbers with a zero new balance value. -> filter
8. Check the table for all card numbers with a negative new balance value. -> filter
9. Under the credit card program terms, Metaphor can waive the finance charges with a value
greater than$10.000. Determine how much money Metaphor loses unnecessarily from finance
charges. Also, how many credit cardholders have a finance charge value that is greater than
$10.000? -> filter and total field
10. Metaphor is considering reducing its upper credit limit. How many credit card numbers have
credit limits exceeding $10.000? -> filter

You might also like