views:

81

answers:

2
[ FROM {<table_source>} [,...n] ]

<join_type> ::=
[ INNER | { { LEFT | RIGHT | FULL } [OUTER] } ]
[ <join_hint> ]
JOIN
+4  A: 

Backus-Naur Form or the extended version?

Jon Skeet
Great, thanks, I just couldn't remember :)
tzup
+2  A: 

It's called Backus-Naur form, although this looks like some non-standard variant. See http://en.wikipedia.org/wiki/Backus%E2%80%93Naur%5FForm

anon