Reply to comment

SQL language elements in syntax diagramms

( )

    Round brackets. Are used in field size definitions in logical constucts or formulas.

Alias

    Alias is an alias to the original tablename, which is used instead of the tablename.

    Example:

    mytable1

Fieldname

    Fieldname is the name of an databasetable-field or -column in the used database table.

    Example:

     preis 

Feldlist

    Fieldlist is a list of fieldnames of the used database table, separated with commas.

    Example:

     onum, preis, anz 

Value

    Value is here a value that can be stored in the corresponding SQL data type, such as an integer, decimal number or text in "Hochkomma".

    Example:

     'Berlin' 

Valuelist

    Valuelist is a list of values separated with commas (see value).

    Example:

     1001, 'Müller', 'Berlin', .12 

Tablename

    Tablename is a name of an table existing or to be created in the database.

    Example:

     torder 

Logical constuct

Formula

Integer

    Integer ist a number without decimals.

    Example:

     17 

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <b> <p> <dd> <dl> <dt> <i> <li> <ol> <ul> <tt> <pre> <code> <img> <em> <blockquote> <strong>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.