Use the following type of query on your database ( this assumes you have a
jobs
table with a column
keyword
that stores the keyword information).
select * from jobs where keyword like '%somekeyword%'
For more information go to your project manager and ask him about your projects schema structure.