If you’re looking at my account, it likely means I upset you and you’re a moron/retard. It doesn’t matter how much you argue, you’re still wrong and you’re still a fucking moron. If you’re reading this, you know who you are.

Lemmy appears to have a special breed of retards.

  • 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle





  • I see for past experience you put :

    CREATE TABLE Resume (
        Field VARCHAR(255) PRIMARY KEY,
        Value VARCHAR(255)
    );
    
    INSERT INTO Resume (Field, Value) VALUES
    ('Experience_1_Title', ''),
    ('Experience_1_Company', ''),
    ('Experience_1_Years', ''),
    ('Experience_1_Description', '.'),
    ('Experience_2_Title', ''),
    ('Experience_2_Company', ''),
    ('Experience_2_Years', ''),
    ('Experience_2_Description', '.'),
    ('Skills_1', ''),
    ('Skills_2', ''),
    ('Skills_3', ''),
    ('Skills_4', ''),
    ('Education_Degree', ''),
    ('Education_Years', '),
    ('References', '');
    
    SELECT Field, Value FROM Resume;
    
    -- Bonus Query: Show my most "impressive" skill
    SELECT Value FROM Resume WHERE Field = 'Skills_1';
    
    -- Another Bonus: My career trajectory
    SELECT Field, Value FROM Resume WHERE Field LIKE 'Experience%';`___`
    








  • You said an MD is not a doctor. They are. They are literally a MEDICAL DOCTOR. A PhD in medicine is really only gained as a dual doctoral degree and will then be MD-PhD. It combines the Medical knowledge of an MD with the more research driven knowledge of a PhD.

    In the Medical world an MD, is often called a physician. However Lemmy is not the medical world and for all intents and purposes a MD is a Doctor.

    You saying MD is not a Doctor is just making you look stupid.