Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi My friends,

I have the following tables:

Applicants : Id, FullName, Gender , Email, SectorId, CreatedDate

Sectors : Id, Title, IndustryId

Education: Id, Title, ApplicantId,DegreeId

EducationDegree: Id, Title, EducationId

Experience: Id, Title, ApplicantId, CompanyName, DateTo, DateFrom

Q. How can I create a stored procedure to search in applicants (I want to search by sector, Industry, Gender, Degree, years of Experience) ?
Posted
v2
Comments
OriginalGriff 20-Nov-12 7:05am    
I just checked, and it isn't urgent. In fact, it isn't even on my top 100 "things to do today" list.
So, what have you done so far to fix it yourself?
[no name] 20-Nov-12 7:24am    
Always keep in mind,
the tag line of Code project
"For those who code"
ZurdoDev 20-Nov-12 7:48am    
This sounds pretty basic. Where are you stuck exactly?
Corporal Agarn 20-Nov-12 11:42am    
Not knowing the problem, do you know about JOINs?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900