April 2007
Intermediate to advanced
1032 pages
19h 28m
English
Since version 5.0, MySQL has supported prepared SQL statements (prepared SQL), sometimes called dynamic SQL. The opposite of dynamic SQL is, as might be expected, static SQL. This book has described static SQL so far. Each SQL statement is included in its entirety in a program or in a stored procedure or function or is entered with query tools such MySQL Query Browser, SQLyog, and WinSQL. The SQL statements are not built dynamically. For example, if we want to develop a stored procedure that has a table name as an input parameter and removes the specified table when the procedure is called, this is difficult to solve with static SQL. Of course, we could include a long and extensive ...
Read now
Unlock full access