I'm working on a project that requires searching of a record in a database table. This is to be done using SQL, "select * from table where criteria = (user_input)". Is this possible, or are there any alternatives?