Difference between revisions of "Modeler:8/SQL DDL DML"

From CaseTalk Wiki
Jump to: navigation, search
(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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Generated SQL Scripts =
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.
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.


Line 7: Line 8:
* SQLite
* SQLite
* ..
* ..
A more complete list may be presented on the [https://casetalk.com/products/compare website].

Latest revision as of 15:51, 26 January 2018

Generated SQL Scripts

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
  • ..

A more complete list may be presented on the website.