Топ-100
top of page
Волнистый абстрактный фон
CerebroSQL

SQL syntax requirements

Code syntax - rules for writing SQL queries that ensure the correct operation of the query editor engine parsing SQL scripts into parts for execution in the database 

query editor - dashboard

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

CerebroSQL query executing
CerebroSQL query output
bottom of page