Skip to content
Advertisement

Does Oracle Apex support table partitioning?

I’m new to Oracle and Apex, and I’m building a table that will potentially become very large over time. It would be ideal to partition by date range, and then subpartition by hash. Does Apex support …

Using Two Tables to give one output

Table: Person +————-+———+ | Column Name | Type | +————-+———+ | PersonId | int | | FirstName | varchar | | LastName | varchar | +————-+———+ …

Advertisement