EDB and multi-value databases.
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Jan 28, 2004
- 445 views
I've worked a bit with Pick-like databases and can see their uses. The EDB system from RDS can already take advantage of a multi-value idea. For example, a traditional Relational DBMS would typically have a table for Orders and another table for OrderLines and yet another for Receipts. But using EDB, you would naturally combine these into a single table - thanks to Euphoria's sequences. -- Derek