You need to sign in to do that
Don't have an account?

Which developer tool can be used to create a data model
Which developer tool can be used to create a data model
Select two options
A.Force.com IDE
B.Force.com Data Loader
C.Application Set -up Menu
D.API
I got this Question in one of the mock exam sites...I am confused in this Question.Please help me with this..
Answer:
Force.com IDE
Force.com Application Setup Menu and
Metadata API
All Answers
Answer:
Force.com IDE
Force.com Application Setup Menu and
Metadata API
"I got this Question in one of the mock exam sites...I am confused in this Question.Please help me with this.."
what part confuses you exactely ?
A data model, is pretty much defining objects and fields, and possible relations between multiple objects. By most people this is done using the applications setup menu when browsing to salesforce.com
But you can also use the metadata api to do it programmatoricly, or use the force.come (eclipse) IDE, which actually uses the metadata API. If you configure the IDE to download the data model related stuff, you can also do modifications and additions with the IDE, and then save them back to salesforce.