top of page
Shareware software
CerebroSQL program supports 2 code syntaxes for all DBMS (except MS SQL Server)
It is permissible to use both at the same time in the same script!
1. Classic Oracle Syntax
The create, declare, begin operation must end with the "/" symbol located on a separate line in cases of script execution
For other commands, the delimiter is ";" at the end of the command
2. MS SQL Server Syntax
The separator is the keyword " go " on a separate line, the command must not end with another special character, unless its syntax requires it


bottom of page