| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: cdt glossary - TABLE
mAsterdam wrote:
> > The current (0.0.4) glossary entry, >
> > , says nothing about the rows being ordered or not. > Should it?
Yeah, I think we could be a bit more explicit here. It would say something like:
A *table* consists of a table header and a body. The *table header* consists of a list of column names that contains each column name at most once and associates with each column name in that list a certain type. The *body* is a bag of rows where a *row* is a list of values that conforms to the table header.
You might use the notion of "ordered set" to simplify the definition of "table header" but that might make it less clear to some people.
![]() |
![]() |