In your application program, you can freely mix complete SQL statements with
complete C statements and use C variables or structures in SQL statements. The only
special requirement for building SQL statements into your host program is that you
begin them with the keywords EXEC SQL and end them with a semicolon. Pro