Execute DDL Statement in MySQL Let’s see how we can Execute DDL Statement in MySQL using the DB connector in MuleSoft. Create a project in Anypoint Studio Add the HTTP listener and flow to get the request for executing DDL statement Drag and Drop Execute DDL activity in a flow Create…
Read MoreExecute SQL DDL Execute SQL DDL Operation using DB Connector Create project in anypoint studio and configure HTTP Listener Data Definition Language (DDL) statements, are special types of SQL statements that do not directly access or modify data. Instead, they create, modify, or destroy data structures, stored procedures. You can use DDL statements to…
Read More