What is an executable SQL statement?
							Options
 - Statement that can be executed without errors
 - Statement that generates calls to an instance, including DDL statements only.
 - Statement that generates calls to an instance including statements only.
 - Statement that generates calls to an instance, including DML and DDL statements.
							CORRECT ANSWER :   Statement that generates calls to an instance, including DML and DDL statements. 
                            
                            
			        
				Write your comments