In Uipath We are able to create a database?

Hi,
In Uipath We are able to create database or we need to do that steps manually?

Hi @BNK
I think you can create the database using SQL Activities in UiPath , using the query
CREATE DATABASE databasename;, where databasename is the name of database

Regards,
Nived N