InterviewSolution
Saved Bookmarks
| 1. |
A relation of database stores data in the form of of |
|
Answer» An RDBMS is a DBMS which manages a relational database. A relational database stores data in tables. Tables are organized into columns, and each COLUMN stores one type of data (integer, REAL number, character strings, date, …). The data for a single “instance” of a table is stored as a ROW. |
|