function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shubham SengarShubham Sengar 

SOQL Problem 10

Show all the  opportunity IDs for all contacts whose Leadsource is not Web???
KaranrajKaranraj
Shubham - Here you go
select id,(select id from opportunities) from contact where LeadSource != 'Web'
I can see that you have asked more question on SOQL, I strongly recommend you to take a look into the trailhead which helps you learn about  salesforce platform http://developer.salesforce.com/trailhead

Here is the SOQL query documentation - https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/