- No INSERT, UPDATE or DELETE statements, only SELECT.
- No command execution.
- No wild cards for fields, all fields must be explicitly typed.
- No JOIN statement. However, we can include information from parent objects like Select name, phone, account.name from contact.
- No UNION operator.
- Queries cannot be chained together.
How SOQL differs from SQL?
Biswajeet
December 26, 2016 No Comments on How SOQL differs from SQL?