Database reference - stores_demo

stores_demo -  tables -  call_type

Description

none

Table properties

namevalue
namecall_type
created5/3/2009 12:00:00 AM
row count5
Maximum size of a single row31 bytes

Columns

columndatatypelengthbytesdefaultnullsPKFKUQcomputedcomment
call_codechar1 yes  yes       
code_descrchar30 yes         

Indexes

namedescriptioncolumncomment
106_17non-clustered indexcall_code 

Referenced by

name
cust_calls

Foreign key graph

call_typecust_calls

Sample rows

call_codecode_descr
billing error  
damaged goods  
incorrect merchandise sent  
late shipment  
other  

Code

create table "informix".call_type 
  (
    call_code char(1),
    code_descr char(30),
    primary key (call_code) 
  );
revoke all on "informix".call_type from "public" as "informix";






Documentation generated by SqlSpec