Question
Add data to custom table in SQL
Hello,
I have created a new custom table in SQL server to which I should populate certain data through code. I have written the sql query in code for that, I need to know how I can execute the query so that I can see the entry getting reflected in the database.
Please let me know how I should proceed.
Thanks and Regards,
Hari R

