SQL$HELP72.HLB  —  LSE  General SQL Terms, col_definition
  (B)0
  col-definition =                                              
                                                                
  qq> <column-name> qqk                                         
      lqqqqqqqqqqqqqqqj                                         
      tqqq> column-type qqqwqqqqqqqqqqqqqqqqqqqqqqqqqqwqwqqk    
      x                    tq>DEFAULT   value-expr    x x  x    
      x                    mq>column-identity qqqqqqqqj x  x
      mqqq> COMPUTED BY value-expr qqqqqqqqqqqqqqqqqqqqqj  x
      lqqqqqqqqqqqqqqqqqqqqqqqqq<qqqqqqqqqqqqqqqqqqqqqqqqqqj  
      mqwqqqqqqqqqqqqqqqqqqqqwqqqqqqqqqqqqqqqqk
        mq> col-constraint qqj                x
      lqqqqqqqqqqqqqqqqqqqqqqqqqq<qqqqqqqqqqqqj
      mwqqqqqqqqqqqqqqqqqqqqqqqqwqqqqqwqqqqqqqqqqqqqqqqqqqqqqqwq>
       mq> comment-is-clause  qqj     mq> sql-and-dtr-clause qj     
        
        
                                                                

    The definition for a column in the table. SQL gives you two ways
    to specify column definitions:

    o  By directly specifying a data type to associate with a column
       name

    o  By naming a domain that indirectly specifies a data type to
       associate with a column name

    Either way also allows options of specifying column constraints
    and formatting clauses.
Close Help