I am new to MySql (version 4.1). I used to use Views in Oracle that I can call them directly from my application. It seems like I can't do that with MySql. If I have a complicated query to run, I have to write the sql statement explicitly in the application each time I want to run that query. Is that true? Or am I missing something?