Companies

CompanyIDCompanyName
1TechCorp
2CodeInc
3DevMasters
4AppDevelopers
5GamingPioneers

Locations

LocationIDLocationName
1New York
2San Francisco
3London
4Tokyo
5Bangalore

Jobs

JobIDJobTitleDescriptionSalaryCompanyID
(→ Companies.CompanyID)
1Software EngineerDesign and develop software applications.80000.01
2Mobile Application DeveloperCreate mobile apps using Java/Kotlin.70000.02
3Web DeveloperBuild and maintain websites.60000.03
4Data ScientistAnalyze complex datasets and provide insights.90000.04
5Game DesignerDesign game concepts and create prototypes.85000.05

Software_Engineers

EngineerIDNameEmailLocationID
(→ Locations.LocationID)
1John Doejohn@example.com1
2Jane Smithjane@example.com1
3Alice Johnsonalice@example.com2
4Bob Brownbob@example.com3
5Charlie Greencharlie@example.com4

Languages

LanguageIDLanguageName
1Python
2JavaScript
3C#
4Ruby
5Swift

Skills

SkillIDSkillDescription
1Frontend Development
2Backend Development
3Full Stack Development
4Mobile App Development
5Machine Learning

Software_Engineers_Languages

SE_LanguageIDSE_Id
(→ Languages.LanguageID)(→ Software_Engineers.EngineerID)
11
12
13
14
15
25