Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: toy/tabular/rdbms/extracted
Source used for this grammar: Ivan Kurtev, SimpleRDBMS 0.2, WTIP_SimpleRDBMS.ecore
,
Table
, Column
, FKey
, String
), 0 root (—), 0 top (—), 0 bottom (—).[name]
2, [fkeys]
, [pkey]
, [cols]
2, [type]
, [references]
.Table ::= [name]::String [fkeys]::FKey[pkey]::Column [cols]::Column
Column ::= [name]::String [type]::String
FKey ::=
[references]::Table [cols]::Column
String ::= string