Could anyone tell me what's the name of this notation? I mean all those () [] {} brackets? Where can I find theirs meaning?
CREATE TABLE Nazwa_relacji
({nazwa_atrybutu typ_atrybutu [{NOT NULL} | NULL]
[DEFAULT wartość_domyślna]
[{ograniczenie_atrybutu [ ...]}] [, ...]}
[,{ograniczenie_relacji [, ...]}]);