About Queries

Using Operations Hub, you can create queries to access and manage data stored in an entity.

You can create the following types of queries:

  • Get: Used to view field values in an entity. You can use this query to display information in an application. To create a Get query, specify which fields should be displayed in the application, add one or more conditions, and specify how the data should be arranged.
  • Update: Used to update field values in an entity with a fixed value, user-entered value, or results of another query. To create an Update query, add one or more conditions, and then specify how the values should be updated.
  • Insert: Used to insert rows with field values in an entity. The values that you insert can either be fixed values or user-entered values. To create an Insert query, specify which field values should be inserted.
  • Delete: Used to delete rows with field values in an entity. To create a Delete query, specify the conditions in which values should be deleted.