Relvar
In relational databases, a relvar is a term coined by C. J. Date as an abbreviation for the concept of relation variable, which is the actual term used by the inventor of the relational model, E. F. Codd, regarding the same concept. The term is used in Date's well-known database textbook An Introduction to Database Systems to differentiate between a variable that contains a relation and the relation itself.
Relvar is not universally accepted as a term, and it certainly has no meaning in the context of existing database management system products that support SQL[citation needed]. Other database textbooks use the term relation (or table) for both the variable and the data it contains. This is most likely because in SQL there are no variables, nor are there assignment operators.
[edit] References
C.J. Date, An Introduction to Database Systems, 8th Ed., pp. 65–6.
| This computing article is a stub. You can help Wikipedia by expanding it. |