selecting all attributes for a loan from a loan table

  • Hi all,

    I have a student loan table that holds details such as the loan#, SSN and their dob(birth date).The table is more than 65000 rows in total.I am required to list the SSN and the dob of the students into a table and present it in the order Loan#, SSN and dob.

    I am presented with only the loan number of 550 students out of this table.I have to find their SSN numbers and their dob using this list provided.

    Any suggestions?

  • Joechelad (4/16/2013)


    Hi all,

    I have a student loan table that holds details such as the loan#, SSN and their dob(birth date).The table is more than 65000 rows in total.I am required to list the SSN and the dob of the students into a table and present it in the order Loan#, SSN and dob.

    I am presented with only the loan number of 550 students out of this table.I have to find their SSN numbers and their dob using this list provided.

    Any suggestions?

    Yes. Tell the people that you're doing this for that they're breaking several privacy acts, SOX and SEC requirements, a couple of State laws, a Federal Law or two, and the laws of common sense by storing SSNs in plain text on an unencrypted disk. If they don't listen, you should sharpen up your resume, find another job, and blow the whistle on them before someone blows the whistle on you. 😉

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply