MySQL Database Tutorial – 8 – Sorting Results




Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …

Original source


48 responses to “MySQL Database Tutorial – 8 – Sorting Results”

  1. You said it sorts it alphabetically , then went on to say it doesn't sort it alphabetically but numerically, and then went on to say it stores it alphabetically.

    Which is it ?? Numerically and alphabetically ??? and when you say "numerically" , what do you mean ???

  2.  Hey there… I get this message and I dpnt't thnik I did something wrong…. Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available. Can anyone help ? 

  3. doctor (doctor_name, residence_address, postal_code, year_experience)
    works (doctor_name, branch_name, annual_pay)
    branch (branch_name, branch_address, postal_code)
    patient (patient_name, doctor_name, branch_name)
    Produce a query to display the doctor’s name, residence address whose postal code is the same as branch where he works.

    Produce a query to increase the salary by 5% for all doctors who work in “Bedok” branch.

    PLEASE HELP

Leave a Reply