• Custom Database Tables

    I've done a little work with User-Defined Tables (UDTs), but I've read they have limitations: Single-column primary keys and no support for indexes. If I want to use tables that don't have these limitations, what is the correct approach? I come from…