This is a discussion on Re: Wire Diagrams within the Informix forums, part of the Database Server Software category; --> DA Morgan said: > > Obnoxio The Clown wrote: >> DA Morgan said: >> >>>I am looking for a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| DA Morgan said: > > Obnoxio The Clown wrote: >> DA Morgan said: >> >>>I am looking for a source of wire diagrams that would show all of >>>the possible types of tables and options for the most recent >>>version(s) of Informix. >> >> >> I thought you knew all that stuff already? > > I don't know "all that stuff" about Oracle either. > > Now that that is out of the way ... is there a web site where > they exist? RTFM? -- Bye now, Obnoxio "C'est pas parce qu'on n'a rien ` dire qu'il faut fermer sa gueule" - Coluche did i mention i like nulls? heck, i even go so far as to say that all columns in a table except the primary key could/should be nullable. this has certain advantages, for example, if you need to insert a child record and you don't have a parent row for it, just do an insert into the parent table with the primary key value (everything else null), and voila, relational integrity is preserved. but this is, admittedly, a bit controversial among modellers. --r937, dbforums.com sending to informix-list sending to informix-list |