Adding tables

Adding tables#

Tables are imported from a source database via metadata import — see Create a virtual database. Designing a custom table directly in the UI is not currently supported.

Create a virtual table explicitly, mapping it to an object in a source system:

CREATE VIRTUAL TABLE Customers PHYSICAL [dbo].[Customers];

See CREATE VIRTUAL TABLE.