Execute DDL Statement in MySQL

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…

Share this:
Read More

Execute SQL DDL

Execute 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…

Share this:
Read More