CompanyID | CompanyName |
---|---|
1 | TechCorp |
2 | CodeInc |
3 | DevMasters |
4 | AppDevelopers |
5 | GamingPioneers |
LocationID | LocationName |
---|---|
1 | New York |
2 | San Francisco |
3 | London |
4 | Tokyo |
5 | Bangalore |
JobID | JobTitle | Description | Salary | CompanyID |
---|---|---|---|---|
(→ Companies.CompanyID) | ||||
1 | Software Engineer | Design and develop software applications. | 80000.0 | 1 |
2 | Mobile Application Developer | Create mobile apps using Java/Kotlin. | 70000.0 | 2 |
3 | Web Developer | Build and maintain websites. | 60000.0 | 3 |
4 | Data Scientist | Analyze complex datasets and provide insights. | 90000.0 | 4 |
5 | Game Designer | Design game concepts and create prototypes. | 85000.0 | 5 |
EngineerID | Name | LocationID | |
---|---|---|---|
(→ Locations.LocationID) | |||
1 | John Doe | john@example.com | 1 |
2 | Jane Smith | jane@example.com | 1 |
3 | Alice Johnson | alice@example.com | 2 |
4 | Bob Brown | bob@example.com | 3 |
5 | Charlie Green | charlie@example.com | 4 |
LanguageID | LanguageName |
---|---|
1 | Python |
2 | JavaScript |
3 | C# |
4 | Ruby |
5 | Swift |
SkillID | SkillDescription |
---|---|
1 | Frontend Development |
2 | Backend Development |
3 | Full Stack Development |
4 | Mobile App Development |
5 | Machine Learning |
SE_LanguageID | SE_Id |
---|---|
(→ Languages.LanguageID) | (→ Software_Engineers.EngineerID) |
1 | 1 |
1 | 2 |
1 | 3 |
1 | 4 |
1 | 5 |
2 | 5 |