Forum Moderators: open
select jobs.title, jobs.salary, jobs.description branches.branch, categories.category from jobs, branches, categories where branches.branchID = 'userSelection' AND categories.categoryID = 'userSelection' AND /*here is where my tsql needs to go to search the entire jobs table and get rows back where they match any of the user's keywords they entered*/