Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.4.0
- All Products
 
           
      	
            
	
      | Query Statement  | Output Rows  | 
|---|---|
| UPDATE, INSERT, DELETE only  | One row for each statement with the NumRowsAffected for the statement.  | 
| One or more SELECT statements  | Total number of database rows retrieved.  NumRowsAffected is zero in each row.  | 
| DDL queries such as CREATE, DROP, TRUNCATE  | One row with zero NumRowsAffected.  |