An application is a set of tables. You can create any number of tables in an application. If you want to have similar data which is related in one place, you can link the columns of two tables and view the data easily. For example, if you have a table for employees showing the employees’ names and another table for employees’ contact and tasks, then the employee’s table can be linked to the employee’s contact table. This way you can access the information of an employee and get his contact information from one table and tasks the employees perform from another table. The linking can be done between all the tables in an application.
The different ways you can create a new table in an application are:
- From scratch
 - From a template
 - By importing data from a .csv file or excel sheet, or google sheet
 - By connecting to an external data source such as Jira, Salesforce, or Trello
 
By default, when an application is created a new table is created.