|
Sometimes as a web developer you need to pass more complex data as input to a stored procedure. Take for example, a user profile with a question that has multiple check box answers and a database that stores each answer as a seperate row in a table. Say...
|