How does the relation lies in RDBMS ?
Anoniem
In RDBMS we use to represent the data or information in tabular form. The columns are called attributes and the rows are called tuples. In this case we can relate more than one tables within the same database by their attributes. Thus the relation lies in RDBMS.