Hi Prabhu,In addition to the valuable input shared by Florent, an
important point to note here is SQL code activity will only allow you to
make UPDATEs, INSERTs and DELETEs from an existing table.If you wish to
fire a SELECT query, you can do so in a JS code activity using functions
like sqlGetString(), sqlGetInt(), sqlSelect().Please get in touvh with
Adobe Support and request for access to JSAPI documentation. Details
related to these functions are listed there.Support will validate
whether yo...