• account_cursor cursor(t varchar): The cursor now has a variable, whose value must be specified on open.

  • where account_type = t: The cursor's query depends on the variable.

  • for acct in account_cursor(type): The value is specified.