Cognizant interview question

How does the relation lies in RDBMS ?

Interview Answer

Anonymous

Aug 14, 2021

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.