Understanding Database Operation Calls

You can create business services that call select, insert, update, and delete database operations. A select operation retrieves information from JD Edwards EnterpriseOne. Select and query database operations are synonymous. An insert operation adds information to a JD Edwards EnterpriseOne table or business view. An update operation modifies existing information in a JD Edwards EnterpriseOne table or business view. A delete operation removes information from a JD Edwards EnterpriseOne table or business view. You can create a select operation to directly query against the JD Edwards EnterpriseOne tables and business views.