Dynamic SQL enables you to build SQL statements dynamically at runtime
        
	  
	
    Q.  PL/SQL: Dynamic SQL enables you to build SQL statements dynamically at runtime.- Published on 24 Jun 15a. True
b. False
ANSWER: True
 
Dynamic SQL helps to write programs that refer SQL statements whose full text is not known until the runtime.