Managing your data model through SQL
Insert, update, and delete records through activities that use ExecuteRDB SQL API. The ExecuteRDB SQL API directly inserts records in your database without requiring you to create a data object in Pega Platform.
- Inserting data records by using SQL
Use the ExecuteRDB SQL API to insert multiple records into your internal database in a batch through an activity. The ExecuteRDB SQL API directly inserts records in your database without requiring you to create a data object in Pega Platform.
- Updating data records by using SQL
Use the ExecuteRDB SQL API to directly update records in your database through an activity, without requiring you to update a data object in Pega Platform.
- Deleting data records by using SQL
Use the ExecuteRDB SQL API to delete records in your database through an activity, without requiring you to delete a data object in Pega Platform.
Previous topic Change the type of property rule in a higher ruleset version Next topic Inserting data records by using SQL