Perform DML operations using Visual Studio Code

You can add data, modify existing data and query data from tables using Visual Studio Code plugin.

Insert Data

Note: You can add a row in JSON collection table only through Advanced JSON Input mode. For more information on how to create JSON collection table, see Using JSON Collection Tables

Modify Data - UPDATE ROW/DELETE ROW

Executing SQL Queries for a Table

Note: The dropdown will only show SQL statements related to the table you are dealing with.