taxiongo
Member
Dynamic SQL is the SQL statement that enables to constructed and executed SQL statements dynamically at runtime based on input parameters passed. You can create more general purpose, Flexible applications by using dynamic SQL because the full text of a SQL statement may be unknown at compilation. It is a powerful tool because it allows a database administrator to write code that is flexible and adaptable.