How-To Geek
Relational Database
Unlike a flat file database, a relational database stores data in tables or relations, which are organized in rows (tuples) and columns (attributes). A relational database management system (RDBMS) is largely superior to flat files because the data can be accessed or reassembled in a variety of ways without need of changing table forms.
- By The Geek on 07/18/12
