Let us now create a custom table using the Tables & Columns module. There are multiple ways to create a new table. Either open the Tables module and click on the New button on the top, or open the Tables & Columns module and click on the Create Table button in the top section, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787128712/graphics/assets/95fbf06f-cf41-4f59-90b1-af8dde05ff3f.png)
You will be presented with a New record form for the Table. To be clear, we are inserting a new record, using the following form, into a system-defined (out-of-the-box) table labeled Table (with the system name sys_db_object) to create a new table in our instance:
![](https://static.packt-cdn.com/products/9781787128712/graphics/assets/8180e71a-e6a4-4a88-b147-0157ae6b8543.png)
Let us populate the form fields with the following values to create our first custom table:
- In the Label field, enter the label we want to give to our new table-that is, POS Location.
- The Name field will be automatically populated for you when enter a value in the Label field and...