You are on page 1of 2

Database: recruit

Table: candidate

Display Name Remark Update field


Name Text can_name
Nationality Drop down. Obtain list from can_nat_id
recruit.nationality. nat_id, nat_name.
Discipline Drop down. Obtain list from can_dis_id
recruit.discipline. dis_id, dis_name.
Position applied Default from mapped pos_id. can_pos1_id
Status of assignment Drop down list box. Single, Married, can_status_assign
Unaccompanied, Married accompanied,
Unknown.
Email address Text can_email1
Telephone No. Text can_contact_tel1
Address Text can_addr1
Address Text can_addr2
Address Text can_addr3
Date of Birth Date can_dob
IC/Passport No. Text can_ic_passport
Point of Origin Text can_origin
Point of Mob/Demob Text can_mob_demob
Professional Qualification Text can_prof_quali1
Professional Qualification Text can_prof_quali2
Professional Qualification Text can_prof_quali3
Special Text can_special_skill
Skills/Software/Training
Experience with Oil & Gas Blob Text can_comp_worked_blob
Companies before
Total years of relevant Integer can_yr_work
working experience
Offshore working Yes,No can_offshore_work
experience
Duration (Month) Enable this is Offshore working experience can_offshore_work_mth
is Y.
Exposure to overseas Multiselect drop down, allow to select can_country_work_id,
maximum 10 countries. Obtain data from can_country_work_id2
Country table. -> can_country_work_id
10
Expected Rate (Type) Daily, Monthly can_expect_type
Expected Rate decimal 10,2 can_expect_rate
Availability Text, Drop down list box. Immediate, 1 can_availability
Week, 2 Weeks, 4 Weeks, 6 Weeks, 8
Weeks, TBA.
Attach Resume Blob. Attach file can_resume
Filename can_resume_filename
File type can_resume_filetype
File size can_resume_filesize
System date can_enter_date
System time can_enter_time
N = New can_status
Obtain last running id (tni_id) from can_id
tb_next_id where tni_name =
‘CANDIDATE’

You might also like