linked linked linkedin whatsapp remove
Feedback

Salesforce-Development Quiz Salesforce-Development

Consider a table named ‘Employee'. If you want to access the 'Emp_Name‘ f‌ield of those Employees whose ‘Address' is 'Mary's ABC Area', then which of the following queries should be used?

Select Emp_Name from employee where Address like 'Mary's ABC Area‘
Select Emp_Name from employee where Address like 'Mary/‘s ABC Area'
Select Emp_Name from employee where Address like 'Mary\'s ABC Area'
Select Emp_Name from employee where Address like 'Mary
Select Emp_Name from employee where Address like 'Mary\\'s ABC Area

Answer:
Select Emp_Name from employee where Address like 'Mary\'s ABC Area'

Note: This Question is unanswered, help us to find answer for this one

Related Salesforce-Development Questions and Answers: