SlideShare una empresa de Scribd logo
1 de 21
JOB
SEEKER
Group: 0504-12
Date:12/02/2018
Background
• The Jobseeker website will be used by candidates to
search jobs and companies to list their job opportunities
• The Jobseeker website will use following data:
◆ data of candidates who are searching different jobs
◆ different companies having various job openings
◆ details of the available jobs
Introduction
Mission Statement
• To create an effective platform to bring together jobs, students
and organisations to synthesize a symbiotic environment
• Develop a platform for students to search different job openings
• Enhance features of the platform to improve search based on their
preferences
• Implement functionality to view corresponding details of jobs
• Make the platform available to organisations to post job openings
• Put into effect a functionality such that organisations can search
for candidates based on their requirement
Mission Objectives
Tools Used
Design
ER diagram
• Company (compId, compName, industry, compLocation,
noOfEmployees, compDesc)
• Job (jId, jDesc, postDate, deadline, reqDocs, jType, jRole, salary,
minGPA, minExp, postDate compId)
• Required_Skills (skill, jId)
• Location (locId, city, state, zip)
• Candidate (candId, candName, candLocation, candGPA, candExpMonths,
candQualification, uid)
• Candidate_Skills (candSkill, candId)
• University (uId, uName, uLocation)
• Hires_From (compId, uId)
• Applies (candId, jId, appDate)
• Available_at (jId, locId)
Logical Database Design
Physical Database Design
SQL CREATE TABLE for the table Job:
Use Cases and Applications
1. Who are the candidates with an undergraduate degree, GPA between 2.5-3.0 and having an
experience between 12-36 months and has skill – Adobe Suite?
SELECT DISTINCT c.candId, c.candName,
c.candLocation, c.candGPA, c.candExpMonths,
c.candQualification,s.candSkill
FROM [Jobseeker.Candidate] c,
[Jobseeker.Candidate_Skills] s
WHERE c.candId = s.candId AND
c.candQualification='undergraduate' AND
s.candSkill LIKE '%Adobe Suite%' AND
(c.candGPA >= 2.5 AND c.candGPA <= 3) AND
(c.candExpMonths >= 12 AND c.candExpMonths
<= 36)
ORDER BY s.candSkill;
Use Cases and Applications
2. Which are the companies in IT industry located in California?
SELECT compName, industry,
compLocation, noOfEmployees,
compDesc
FROM [Jobseeker.Company]
WHERE industry = 'IT' AND
compLocation LIKE '%CA%' AND
compName LIKE '%%' ;
Jobseeker is supposed to act as a bridge between where a
prospective candidate is right now to where she wants to be.
Ideated By-
Aashay Kedar
Aditya Ratnaparkhi
Punya Mishra
Rushi Maniar
Shivam Raj
THANK
YOU!

Más contenido relacionado

La actualidad más candente

(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdf(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdfSreenivasa Harish
 
Artificial Intelligence for Data Quality
Artificial Intelligence for Data QualityArtificial Intelligence for Data Quality
Artificial Intelligence for Data QualityVera Ekimenko
 
Diffrence between dbms and rdbms
Diffrence between dbms and rdbmsDiffrence between dbms and rdbms
Diffrence between dbms and rdbmsJitendra Thakur
 
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...Denodo
 
Future of Data Engineering
Future of Data EngineeringFuture of Data Engineering
Future of Data EngineeringC4Media
 
Santander's Data Transformation
Santander's Data TransformationSantander's Data Transformation
Santander's Data TransformationUmran Rafi
 
GraphFrames: DataFrame-based graphs for Apache® Spark™
GraphFrames: DataFrame-based graphs for Apache® Spark™GraphFrames: DataFrame-based graphs for Apache® Spark™
GraphFrames: DataFrame-based graphs for Apache® Spark™Databricks
 
Template Plano de disponibilidade dos serviços
Template Plano de disponibilidade dos serviçosTemplate Plano de disponibilidade dos serviços
Template Plano de disponibilidade dos serviçosFernando Palma
 
Data science life cycle
Data science life cycleData science life cycle
Data science life cycleManoj Mishra
 
DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?
DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?
DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?DATAVERSITY
 
Augmented Analytics and Automation in the Age of the Data Scientist
Augmented Analytics and Automation in the Age of the Data ScientistAugmented Analytics and Automation in the Age of the Data Scientist
Augmented Analytics and Automation in the Age of the Data ScientistWhereScape
 
Business case for Big Data Analytics
Business case for Big Data AnalyticsBusiness case for Big Data Analytics
Business case for Big Data AnalyticsVijay Rao
 

La actualidad más candente (20)

Data mining
Data miningData mining
Data mining
 
(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdf(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdf
 
Artificial Intelligence for Data Quality
Artificial Intelligence for Data QualityArtificial Intelligence for Data Quality
Artificial Intelligence for Data Quality
 
Introduction to databases
Introduction to databasesIntroduction to databases
Introduction to databases
 
Diffrence between dbms and rdbms
Diffrence between dbms and rdbmsDiffrence between dbms and rdbms
Diffrence between dbms and rdbms
 
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
Future of Data Engineering
Future of Data EngineeringFuture of Data Engineering
Future of Data Engineering
 
Santander's Data Transformation
Santander's Data TransformationSantander's Data Transformation
Santander's Data Transformation
 
NoSQL databases
NoSQL databasesNoSQL databases
NoSQL databases
 
GraphFrames: DataFrame-based graphs for Apache® Spark™
GraphFrames: DataFrame-based graphs for Apache® Spark™GraphFrames: DataFrame-based graphs for Apache® Spark™
GraphFrames: DataFrame-based graphs for Apache® Spark™
 
Template Plano de disponibilidade dos serviços
Template Plano de disponibilidade dos serviçosTemplate Plano de disponibilidade dos serviços
Template Plano de disponibilidade dos serviços
 
Data science life cycle
Data science life cycleData science life cycle
Data science life cycle
 
Introduction to NoSQL
Introduction to NoSQLIntroduction to NoSQL
Introduction to NoSQL
 
DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?
DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?
DAS Slides: Building a Future-State Data Architecture Plan - Where to Begin?
 
Augmented Analytics and Automation in the Age of the Data Scientist
Augmented Analytics and Automation in the Age of the Data ScientistAugmented Analytics and Automation in the Age of the Data Scientist
Augmented Analytics and Automation in the Age of the Data Scientist
 
Data engineering
Data engineeringData engineering
Data engineering
 
Business case for Big Data Analytics
Business case for Big Data AnalyticsBusiness case for Big Data Analytics
Business case for Big Data Analytics
 
Data models
Data modelsData models
Data models
 
DBMS an Example
DBMS an ExampleDBMS an Example
DBMS an Example
 

Similar a Job Application Database

Similar a Job Application Database (20)

TechPlacement.pptx
TechPlacement.pptxTechPlacement.pptx
TechPlacement.pptx
 
Ravi Kant sharma (1)
Ravi Kant sharma (1)Ravi Kant sharma (1)
Ravi Kant sharma (1)
 
ZAIN_SFDC
ZAIN_SFDCZAIN_SFDC
ZAIN_SFDC
 
resume2
resume2resume2
resume2
 
NET with 2.8 Years of Exp
NET with 2.8 Years of ExpNET with 2.8 Years of Exp
NET with 2.8 Years of Exp
 
Venkateswara rao
Venkateswara raoVenkateswara rao
Venkateswara rao
 
Richa_Kshirsagar
Richa_KshirsagarRicha_Kshirsagar
Richa_Kshirsagar
 
Resume
ResumeResume
Resume
 
Abhishek Kr Rao resume
Abhishek Kr Rao resumeAbhishek Kr Rao resume
Abhishek Kr Rao resume
 
Presentation on college placement dasboard.pptx
Presentation on college placement dasboard.pptxPresentation on college placement dasboard.pptx
Presentation on college placement dasboard.pptx
 
Umair Mughal C.V
Umair Mughal C.VUmair Mughal C.V
Umair Mughal C.V
 
Resume
ResumeResume
Resume
 
Job monatring project
Job monatring projectJob monatring project
Job monatring project
 
Resume
ResumeResume
Resume
 
Resume_Susmita
Resume_SusmitaResume_Susmita
Resume_Susmita
 
Sai Charan_Thotapalli_Internship Poster
Sai Charan_Thotapalli_Internship PosterSai Charan_Thotapalli_Internship Poster
Sai Charan_Thotapalli_Internship Poster
 
Pawan CV 5.10 Years
Pawan CV 5.10  YearsPawan CV 5.10  Years
Pawan CV 5.10 Years
 
MKP_Resume
MKP_ResumeMKP_Resume
MKP_Resume
 
Resume varun rawat
Resume varun rawatResume varun rawat
Resume varun rawat
 
CV1-Sadaf_Siddiqui
CV1-Sadaf_SiddiquiCV1-Sadaf_Siddiqui
CV1-Sadaf_Siddiqui
 

Más de Aditya Ratnaparkhi

Cybersecurity - Introduction and Preventive Measures
Cybersecurity - Introduction and Preventive MeasuresCybersecurity - Introduction and Preventive Measures
Cybersecurity - Introduction and Preventive MeasuresAditya Ratnaparkhi
 
Firm Analysis of Progressive Corporation
Firm Analysis of Progressive CorporationFirm Analysis of Progressive Corporation
Firm Analysis of Progressive CorporationAditya Ratnaparkhi
 
Temperature Controlled Fan Project
Temperature Controlled Fan ProjectTemperature Controlled Fan Project
Temperature Controlled Fan ProjectAditya Ratnaparkhi
 
Leveraging Data Analysis for Sales
Leveraging Data Analysis for SalesLeveraging Data Analysis for Sales
Leveraging Data Analysis for SalesAditya Ratnaparkhi
 
Marketing Plan for a New Mobile App-Tripper
Marketing Plan for a New Mobile App-TripperMarketing Plan for a New Mobile App-Tripper
Marketing Plan for a New Mobile App-TripperAditya Ratnaparkhi
 
Boots:Hair-Care Sales Promotion
Boots:Hair-Care Sales PromotionBoots:Hair-Care Sales Promotion
Boots:Hair-Care Sales PromotionAditya Ratnaparkhi
 

Más de Aditya Ratnaparkhi (8)

Network Setup in Argentina
Network Setup in ArgentinaNetwork Setup in Argentina
Network Setup in Argentina
 
Cybersecurity - Introduction and Preventive Measures
Cybersecurity - Introduction and Preventive MeasuresCybersecurity - Introduction and Preventive Measures
Cybersecurity - Introduction and Preventive Measures
 
Firm Analysis of Progressive Corporation
Firm Analysis of Progressive CorporationFirm Analysis of Progressive Corporation
Firm Analysis of Progressive Corporation
 
Temperature Controlled Fan Project
Temperature Controlled Fan ProjectTemperature Controlled Fan Project
Temperature Controlled Fan Project
 
Leveraging Data Analysis for Sales
Leveraging Data Analysis for SalesLeveraging Data Analysis for Sales
Leveraging Data Analysis for Sales
 
Marketing Plan for a New Mobile App-Tripper
Marketing Plan for a New Mobile App-TripperMarketing Plan for a New Mobile App-Tripper
Marketing Plan for a New Mobile App-Tripper
 
Boots:Hair-Care Sales Promotion
Boots:Hair-Care Sales PromotionBoots:Hair-Care Sales Promotion
Boots:Hair-Care Sales Promotion
 
Nike Marketing Presentation
Nike Marketing PresentationNike Marketing Presentation
Nike Marketing Presentation
 

Último

Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...amitlee9823
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramMoniSankarHazra
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 

Último (20)

Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 

Job Application Database

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 10. • The Jobseeker website will be used by candidates to search jobs and companies to list their job opportunities • The Jobseeker website will use following data: ◆ data of candidates who are searching different jobs ◆ different companies having various job openings ◆ details of the available jobs
  • 12. Mission Statement • To create an effective platform to bring together jobs, students and organisations to synthesize a symbiotic environment • Develop a platform for students to search different job openings • Enhance features of the platform to improve search based on their preferences • Implement functionality to view corresponding details of jobs • Make the platform available to organisations to post job openings • Put into effect a functionality such that organisations can search for candidates based on their requirement Mission Objectives
  • 16. • Company (compId, compName, industry, compLocation, noOfEmployees, compDesc) • Job (jId, jDesc, postDate, deadline, reqDocs, jType, jRole, salary, minGPA, minExp, postDate compId) • Required_Skills (skill, jId) • Location (locId, city, state, zip) • Candidate (candId, candName, candLocation, candGPA, candExpMonths, candQualification, uid) • Candidate_Skills (candSkill, candId) • University (uId, uName, uLocation) • Hires_From (compId, uId) • Applies (candId, jId, appDate) • Available_at (jId, locId) Logical Database Design
  • 17. Physical Database Design SQL CREATE TABLE for the table Job:
  • 18. Use Cases and Applications 1. Who are the candidates with an undergraduate degree, GPA between 2.5-3.0 and having an experience between 12-36 months and has skill – Adobe Suite? SELECT DISTINCT c.candId, c.candName, c.candLocation, c.candGPA, c.candExpMonths, c.candQualification,s.candSkill FROM [Jobseeker.Candidate] c, [Jobseeker.Candidate_Skills] s WHERE c.candId = s.candId AND c.candQualification='undergraduate' AND s.candSkill LIKE '%Adobe Suite%' AND (c.candGPA >= 2.5 AND c.candGPA <= 3) AND (c.candExpMonths >= 12 AND c.candExpMonths <= 36) ORDER BY s.candSkill;
  • 19. Use Cases and Applications 2. Which are the companies in IT industry located in California? SELECT compName, industry, compLocation, noOfEmployees, compDesc FROM [Jobseeker.Company] WHERE industry = 'IT' AND compLocation LIKE '%CA%' AND compName LIKE '%%' ;
  • 20. Jobseeker is supposed to act as a bridge between where a prospective candidate is right now to where she wants to be. Ideated By- Aashay Kedar Aditya Ratnaparkhi Punya Mishra Rushi Maniar Shivam Raj