You can store data in a table in two ways, either by entering records manually or by using applications.
You can add records to a table either one at a time or in bulk. Bulk additions can be done by entering data in multiple rows in a grid or by uploading an Excel file. See how records are added manually.
You can add records to a table through applications using CRUD functions. These functions connect an app to a table and let the app pass the newly added records, update existing ones, fetch data when needed, or delete records in the table.