▲ 1355 ▼ Gap in resume (fedia.io) submitted 1 year ago by MHLoppy@fedia.io to c/microblogmemes@lemmy.world 114 comments fedilink hide all child comments Original post: aus.social (Mastodon)
[–] funkless_eck@sh.itjust.works 14 points 1 year ago (1 child) "Whats this gap in your resume?" "Syntax error" permalink fedilink source parent hideshow 2 child comments replies: [–] 13igTyme@lemmy.world 7 points 1 year ago 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%';`___` permalink fedilink source parent
[–] 13igTyme@lemmy.world 7 points 1 year ago 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%';`___` permalink fedilink source parent