For storing the information you will need storage, same as for that thing we will create a Salesforce custom object (collection of fields) and fields (collect single information).
A record is analogous to a row in a database table.
Objects already created for you by Salesforce are called standard objects. Objects you create in your organization are called custom objects.
A data model is more or less what it sounds like. It’s a way to model what database tables look like in a way that makes sense to humans.
If you’re not familiar with databases, think about storing data in a spreadsheet.
Rows can store this information for each property, ie. single SFDC Student information. Database tables are set up in a similar way.
Let's create our first Salesforce custom object.
If you are not in this view then,
1. Click on the 'gear' icon (1) then click on the 'Setup (2)' tab.
2. You will find this view in a new tab of your browser.
3. After that click on the 'Object Manager (3)' tab.
4. To create an Object, click on the 'Create' button and then 'Custom Object'.
5. When you will click on "Custom Object" then you will see the below window.
6. Fill in all the required field (marked Red color) and click on the Save button.
5. When you will click on "Custom Object" then you will see the below window.
6. Fill in all the required field (marked Red color) and click on the Save button.
That's all for creating a Custom Object in Salesforce. Hope this will help to understand object creation in Salesforce for beginners.
Next >> Field Creation In Salesforce Lightning
Next >> Field Creation In Salesforce Lightning