Modeler: 8/SQL DDL DML

From CaseTalk Wiki
< Modeler:8
Revision as of 08:21, 21 May 2017 by Marcow (talk | contribs) (Created page with "CaseTalk supports a number of SQL Dialects. The most common is SQL92, but it also supports DBMS specific SQL Scripts. Both DDL and DML can be generated, where the DML contains...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CaseTalk supports a number of SQL Dialects. The most common is SQL92, but it also supports DBMS specific SQL Scripts. Both DDL and DML can be generated, where the DML contains the example population from the model.

  • SQL Server
  • Oracle
  • SQL92
  • Interbase/Firebird
  • SQLite
  • ..