Difference between revisions of "Common:SQL Legend"

From AgileApps Support Wiki
imported>Aeric
(Created page with ";Legend: :* [ x ] - Optional (one or none) :* [, x ... ] - Zero or more additional :* { x | y } - Choose one :* CAPITALIZED - SQL Keyword (case insensitive) :* ''italicized'' - v…")
 
imported>Aeric
Line 4: Line 4:
:* { x | y } - Choose one
:* { x | y } - Choose one
:* CAPITALIZED - SQL Keyword (case insensitive)
:* CAPITALIZED - SQL Keyword (case insensitive)
:* ''italicized'' - value you supply
:* ''italicized'' - Value you supply. (Table names and column names are case-sensitive)

Revision as of 20:29, 11 November 2011

Legend
  • [ x ] - Optional (one or none)
  • [, x ... ] - Zero or more additional
  • { x | y } - Choose one
  • CAPITALIZED - SQL Keyword (case insensitive)
  • italicized - Value you supply. (Table names and column names are case-sensitive)